We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Showing 1060 metrics
In total 2818 assets are supported by at least one of the visible filtered metrics
|
Name
The name of the metric that is used in the public API.
For example, if the metric is `price_usd` it is provided as the `metric` argument.
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(asset: "ethereum" from: "utc_now-90d" to: "utc_now" interval: "1d"){
datetime
value
}
}
}
|
Internal Name
The name of the metric that is used in the database tables. The database tables are accessed through Santiment Queries when the user interacts with the data via SQL. How to use Santiment Queries, check this link |
Frequency
The minimum interval at which the metric is updated. For more details check this link |
Stabilization Period
The Stabilization Period is the time interval after which the metric data is considered stable and unlikely to change. Due to the specifics of our metrics calculation algorithms (especially for on-chain data), metric values may be recalculated several times after they are first provided via the API. This can happen, for example, while waiting for a required number of blockchain confirmations or as new data becomes available. The stabilization period defines how long after the initial calculation the data may still change. Once this period has passed, the data is generally considered immutable and safe for use in critical applications. Example: If the stabilization period is 24 hours, the metric value for a given day may be updated several times within those 24 hours, but after that, it is considered final. |
Can Mutate
The Can Mutate field indicates whether the metric data can change even after the stabilization period has passed. In most cases, once the stabilization period is over, the metric data is considered final. However, for some metrics, it is possible for the data to be recalculated or updated later due to changes in the underlying calculation parameters (for example, if the set of addresses included in the calculation is updated). If Can Mutate is true, you should be aware that the metric value may change even after it was previously considered stable. If false, the data is guaranteed to remain unchanged after the stabilization period. |
Selectors
The available selectors for the metric.
The selectors control what entity the data is fetched for.
For example, if the metric is `price_usd`, the selector is `asset`, and the
value is `ethereum`, then the data will be fetched for.
To provide any selector other than `slug`, use the `selector` input parameter.
Example:
{
getMetric(metric: "active_withdrawals_per_exchange"){
timeseriesData(
selector: { slug: "bitcoin" owner: "binance" }
from: "utc_now-90d"
to: "utc_now"){
datetime
value
}
}
}
|
Default Aggregation
The default aggregation for the metric.
The default aggregation is hand picked so it makes most sense for the given metric.
For example, the default aggregation for `price_usd` is `LAST`, as other aggregations like
`SUM` do not make sense for that metric.
To override the default aggregation, provide the `aggregation` parameter.
Example:
{
getMetric(metric: "price_usd"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"
aggregation: MAX){
datetime
value
}
}
}
|
Access
FREE - The metrics labeled FREE have their entire historical data and realtime data available without any restrictions. These metrics are available to all users, regardless of their subscription level. RESTRICTED - The metrics labeled RESTRICTED have their historical and realtime data restricted based on the subscription plan of the user. To see how much of the historical and realtime data is restricted, check the restrictions at the pricing page. The documentation about the restriction is avaialble at this Academy page. |
Available Assets
The assets for which the metric is available.
The metric can be fetched for any of the listed assets.
Each asset is uniquely identified by its `slug`:
Example:
{
getMetric(metric: "daily_active_addresses"){
timeseriesData(
slug: "bitcoin"
from: "utc_now-90d"
to: "utc_now"){
datetime
value
}
}
}
|
Docs
The link to the documentation page for the metric. |
Metric Details
See more details about the metric. |
|---|---|---|---|---|---|---|---|---|---|---|
|
30d_moving_avg_dev_activity_change_1d
|
30_day_moving_avg_dev_activity_change_1d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
aave_safety_module_amount
|
aave_safety_module_amount
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave, gho
| ||
|
aave_safety_module_amount_usd
|
aave_safety_module_amount_usd
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave, gho
| ||
|
aave_safety_module_apr
|
aave_safety_module_apr
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave, gho
| ||
|
aave_safety_module_emission_usd
|
aave_safety_module_emission_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, gho
| ||
|
aave_safety_module_total_amount_usd
|
aave_safety_module_total_amount_usd
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave
| ||
|
aave_safety_module_total_emission_usd
|
aave_safety_module_total_emission_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_action_deposits
|
aavev2_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_action_deposits_usd
|
aavev2_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_action_liquidations
|
aavev2_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_action_liquidations_usd
|
aavev2_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_action_new_debt
|
aavev2_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_action_new_debt_usd
|
aavev2_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_action_repayments
|
aavev2_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_action_repayments_usd
|
aavev2_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_active_addresses
|
aavev2_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave
| ||
|
aave_v2_protocol_total_borrowed_usd
|
aavev2_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v2_protocol_total_supplied_usd
|
aavev2_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v2_revenue
|
aavev2_revenue
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_revenue_usd
|
aavev2_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_stable_borrow_apy
|
aavev2_stable_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
1inch, aave
and 14 more
| ||
|
aave_v2_supply_apy
|
aavev2_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
1inch, aave
and 14 more
| ||
|
aave_v2_total_borrowed
|
aavev2_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_total_borrowed_usd
|
aavev2_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
1inch, chainlink
and 13 more
| ||
|
aave_v2_total_deposits_usd
|
aavev2_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_liquidations_usd
|
aavev2_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_new_debt_usd
|
aavev2_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_protocol_cumulative_revenue_usd
|
aavev2_total_cumulative_revenue_usd
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_protocol_revenue_usd
|
aavev2_total_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_repayments_usd
|
aavev2_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v2_total_supplied
|
aavev2_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_total_supplied_usd
|
aavev2_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
1inch, aave
and 15 more
| ||
|
aave_v2_variable_borrow_apy
|
aavev2_variable_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
1inch, aave
and 14 more
| ||
|
aave_v3_action_age_repayments
|
aavev3_action_age_repayments
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_action_deposits
|
aavev3_action_deposits
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_action_deposits_usd
|
aavev3_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_action_liquidations
|
aavev3_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_action_liquidations_usd
|
aavev3_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_action_new_debt
|
aavev3_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_action_new_debt_usd
|
aavev3_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_action_repayments
|
aavev3_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_action_repayments_usd
|
aavev3_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_active_addresses
|
aavev3_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave
| ||
|
aave_v3_flashloan
|
aavev3_flashloan
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_flashloan_usd
|
aavev3_flashloan_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_protocol_total_borrowed_usd
|
aavev3_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v3_protocol_total_supplied_usd
|
aavev3_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v3_revenue
|
aavev3_revenue
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 15 more
| ||
|
aave_v3_revenue_usd
|
aavev3_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, balancer
and 15 more
| ||
|
aave_v3_supply_apy
|
aavev3_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_total_borrowed
|
aavev3_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_total_borrowed_usd
|
aavev3_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
balancer, chainlink
and 13 more
| ||
|
aave_v3_total_deposits_usd
|
aavev3_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_flashloan_usd
|
aavev3_total_flashloan_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_liquidations_usd
|
aavev3_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_new_debt_usd
|
aavev3_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_protocol_cumulative_revenue_usd
|
aavev3_total_cumulative_revenue_usd
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_protocol_revenue_usd
|
aavev3_total_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_repayments_usd
|
aavev3_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave
| ||
|
aave_v3_total_supplied
|
aavev3_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_total_supplied_usd
|
aavev3_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
aave_v3_variable_borrow_apy
|
aavev3_variable_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
aave, balancer
and 16 more
| ||
|
active_addresses_1h
|
active_addresses_1h
|
5m
|
12h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1265 more
| ||
|
active_addresses_24h
|
active_addresses_24h
|
5m
|
12h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1265 more
| ||
|
active_addresses_24h_change_1d
|
active_addresses_24h_change_1d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1249 more
| ||
|
active_addresses_24h_change_30d
|
active_addresses_24h_change_30d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1249 more
| ||
|
active_addresses_24h_change_7d
|
active_addresses_24h_change_7d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1249 more
| ||
|
active_addresses_30d
|
active_addresses_30d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1249 more
| ||
|
active_addresses_7d
|
active_addresses_7d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1249 more
| ||
|
active_deposits
|
active_deposits
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, vectorspace-ai
and 945 more
| ||
|
active_deposits_5m
|
active_deposits_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 956 more
| ||
|
active_deposits_per_exchange
|
labelled_active_deposits
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
active_holders_distribution_0.001_to_0.01
|
active_holders_distribution_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1081 more
| ||
|
active_holders_distribution_0.01_to_0.1
|
active_holders_distribution_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1088 more
| ||
|
active_holders_distribution_0.1_to_1
|
active_holders_distribution_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
active_holders_distribution_0_to_0.001
|
active_holders_distribution_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1084 more
| ||
|
active_holders_distribution_100_to_1k
|
active_holders_distribution_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1096 more
| ||
|
active_holders_distribution_100k_to_1M
|
active_holders_distribution_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1068 more
| ||
|
active_holders_distribution_10M_to_inf
|
active_holders_distribution_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 781 more
| ||
|
active_holders_distribution_10_to_100
|
active_holders_distribution_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
active_holders_distribution_10k_to_100k
|
active_holders_distribution_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
active_holders_distribution_1M_to_10M
|
active_holders_distribution_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1020 more
| ||
|
active_holders_distribution_1_to_10
|
active_holders_distribution_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1093 more
| ||
|
active_holders_distribution_1k_to_10k
|
active_holders_distribution_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
active_holders_distribution_combined_balance_0.001_to_0.01
|
active_holders_distribution_amount_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1081 more
| ||
|
active_holders_distribution_combined_balance_0.01_to_0.1
|
active_holders_distribution_amount_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1089 more
| ||
|
active_holders_distribution_combined_balance_0.1_to_1
|
active_holders_distribution_amount_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
active_holders_distribution_combined_balance_0_to_0.001
|
active_holders_distribution_amount_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1084 more
| ||
|
active_holders_distribution_combined_balance_100_to_1k
|
active_holders_distribution_amount_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1096 more
| ||
|
active_holders_distribution_combined_balance_100k_to_1M
|
active_holders_distribution_amount_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1068 more
| ||
|
active_holders_distribution_combined_balance_10M_to_inf
|
active_holders_distribution_amount_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 785 more
| ||
|
active_holders_distribution_combined_balance_10_to_100
|
active_holders_distribution_amount_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
active_holders_distribution_combined_balance_10k_to_100k
|
active_holders_distribution_amount_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
active_holders_distribution_combined_balance_1M_to_10M
|
active_holders_distribution_amount_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1022 more
| ||
|
active_holders_distribution_combined_balance_1_to_10
|
active_holders_distribution_amount_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1093 more
| ||
|
active_holders_distribution_combined_balance_1k_to_10k
|
active_holders_distribution_amount_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
active_holders_distribution_combined_balance_over_1
|
active_holders_distribution_amount_more_than_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_combined_balance_over_10
|
active_holders_distribution_amount_more_than_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_combined_balance_over_100
|
active_holders_distribution_amount_more_than_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_combined_balance_over_100k
|
active_holders_distribution_amount_more_than_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
active_holders_distribution_combined_balance_over_10k
|
active_holders_distribution_amount_more_than_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1088 more
| ||
|
active_holders_distribution_combined_balance_over_1M
|
active_holders_distribution_amount_more_than_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1027 more
| ||
|
active_holders_distribution_combined_balance_over_1k
|
active_holders_distribution_amount_more_than_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1096 more
| ||
|
active_holders_distribution_combined_balance_total
|
active_holders_distribution_amount_all
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_over_1
|
active_holders_distribution_more_than_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_over_10
|
active_holders_distribution_more_than_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_over_100
|
active_holders_distribution_more_than_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_holders_distribution_over_100k
|
active_holders_distribution_more_than_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
active_holders_distribution_over_10k
|
active_holders_distribution_more_than_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1088 more
| ||
|
active_holders_distribution_over_1M
|
active_holders_distribution_more_than_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1026 more
| ||
|
active_holders_distribution_over_1k
|
active_holders_distribution_more_than_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1096 more
| ||
|
active_holders_distribution_total
|
active_holders_distribution_all
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1097 more
| ||
|
active_withdrawals
|
active_withdrawals
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, vectorspace-ai
and 943 more
| ||
|
active_withdrawals_5m
|
active_withdrawals_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 956 more
| ||
|
active_withdrawals_per_exchange
|
labelled_active_withdrawals
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
adjusted_price_daa_divergence
|
adjusted_daa_divergence
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1173 more
| ||
|
age_consumed
|
stack_age_consumed_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1246 more
| ||
|
age_consumed_change_1d
|
stack_age_consumed_5min_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
age_consumed_change_30d
|
stack_age_consumed_5min_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
age_consumed_change_7d
|
stack_age_consumed_5min_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
age_destroyed
|
stack_age_consumed_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1246 more
| ||
|
age_destroyed_change_1d
|
stack_age_consumed_5min_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
age_destroyed_change_30d
|
stack_age_consumed_5min_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
age_destroyed_change_7d
|
stack_age_consumed_5min_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
annual_inflation_rate
|
annual_inflation_rate
|
1d
|
48h
|
false
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1054 more
| ||
|
average_fees_usd
|
avg_fees_usd
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
average_fees_usd_5m
|
avg_fees_usd_intraday
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
average_transfer_5m
|
average_transfer_5min
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
avg_difficulty
|
avg_difficulty
|
1d
|
48h
|
false
|
SLUG |
AVG
|
FREE
|
bitcoin
| ||
|
avg_gas_used
|
avg_gas
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
balance_per_label_and_owner_delta
|
labelled_exchange_balance
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
bitfinex_perpetual_funding_rate
|
bitfinex_funding_rates
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
neo, file-coin
and 33 more
| ||
|
bitmex_composite_price_index
|
bitmex_composite_price_index
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 3 more
| ||
|
bitmex_perpetual_basis
|
bitmex_perpetual_basis
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 3 more
| ||
|
bitmex_perpetual_basis_ratio
|
bitmex_perpetual_basis_ratio
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 3 more
| ||
|
bitmex_perpetual_funding_rate
|
bitmex_perpetual_funding_rate
|
8h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
bitmex_perpetual_funding_rate_change_1d
|
bitmex_perpetual_funding_rate_change_1d
|
8h
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
bitmex_perpetual_funding_rate_change_30d
|
bitmex_perpetual_funding_rate_change_30d
|
8h
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
bitmex_perpetual_funding_rate_change_7d
|
bitmex_perpetual_funding_rate_change_7d
|
8h
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
bitmex_perpetual_open_interest
|
bitmex_perpetual_open_interest
|
1h
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin
| ||
|
bitmex_perpetual_open_value
|
bitmex_perpetual_open_value
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin
| ||
|
bitmex_perpetual_price
|
bitmex_perpetual_price
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 3 more
| ||
|
btc_s_and_p_price_divergence
|
btc_s_and_p_price_divergence
|
1d
|
48h
|
false
|
SLUG |
AVG
|
FREE
|
bitcoin
| ||
|
circulation
|
stack_circulation_20y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_10y
|
stack_circulation_10y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_180d
|
stack_circulation_180d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_180d_change_1d
|
stack_circulation_180d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_180d_change_30d
|
stack_circulation_180d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_180d_change_7d
|
stack_circulation_180d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_1d
|
stack_circulation_1d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_2y
|
stack_circulation_2y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_30d
|
stack_circulation_30d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_365d
|
stack_circulation_365d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_3y
|
stack_circulation_3y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_5y
|
stack_circulation_5y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_60d
|
stack_circulation_60d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_7d
|
stack_circulation_7d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_90d
|
stack_circulation_90d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
circulation_change_1d
|
stack_circulation_20y_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_change_30d
|
stack_circulation_20y_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_change_7d
|
stack_circulation_20y_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_usd_180d
|
stack_circulation_usd_180d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1056 more
| ||
|
circulation_usd_180d_change_1d
|
stack_circulation_usd_180d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
circulation_usd_180d_change_30d
|
stack_circulation_usd_180d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1249 more
| ||
|
circulation_usd_180d_change_7d
|
stack_circulation_usd_180d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
community_social_volume_reddit
|
community_social_volume_reddit
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 256 more
| ||
|
community_social_volume_telegram
|
community_social_volume_telegram
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
neo, helium
and 118 more
| ||
|
compound_action_deposits
|
compound_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_deposits_usd
|
compound_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_liquidations
|
compound_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_liquidations_usd
|
compound_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_new_debt
|
compound_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_new_debt_usd
|
compound_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_repayments
|
compound_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_action_repayments_usd
|
compound_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_active_addresses
|
compound_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
compound
| ||
|
compound_borrow_apy
|
compound_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_protocol_total_borrowed_usd
|
compound_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
compound
| ||
|
compound_protocol_total_supplied_usd
|
compound_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
compound
| ||
|
compound_revenue
|
compound_revenue
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_revenue_usd
|
compound_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_supply_apy
|
compound_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_total_borrowed
|
compound_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_total_borrowed_usd
|
compound_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_total_deposits_usd
|
compound_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_total_liquidations_usd
|
compound_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_total_new_debt_usd
|
compound_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_total_protocol_cumulative_revenue_usd
|
compound_total_cumulative_revenue_usd
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
compound
| ||
|
compound_total_protocol_revenue_usd
|
compound_total_revenue_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_total_repayments_usd
|
compound_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_total_supplied
|
compound_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_total_supplied_usd
|
compound_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 15 more
| ||
|
compound_v3_action_deposits
|
compoundv3_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 12 more
| ||
|
compound_v3_action_deposits_usd
|
compoundv3_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 12 more
| ||
|
compound_v3_action_liquidations
|
compoundv3_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 10 more
| ||
|
compound_v3_action_liquidations_usd
|
compoundv3_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 10 more
| ||
|
compound_v3_action_new_debt
|
compoundv3_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_action_new_debt_usd
|
compoundv3_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_action_repayments
|
compoundv3_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_action_repayments_usd
|
compoundv3_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_active_addresses
|
compoundv3_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
compound
| ||
|
compound_v3_borrow_apy
|
compoundv3_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_collateral_total_supplied
|
compoundv3_collateral_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 10 more
| ||
|
compound_v3_collateral_total_supplied_usd
|
compoundv3_collateral_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
chainlink, coinbase-wrapped-staked-eth
and 10 more
| ||
|
compound_v3_protocol_total_borrowed_usd
|
compoundv3_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
compound
| ||
|
compound_v3_protocol_total_supplied_usd
|
compoundv3_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
compound
| ||
|
compound_v3_supply_apy
|
compoundv3_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_total_borrowed
|
compoundv3_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_total_borrowed_usd
|
compoundv3_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_total_deposits_usd
|
compoundv3_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_v3_total_liquidations_usd
|
compoundv3_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_v3_total_new_debt_usd
|
compoundv3_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_v3_total_repayments_usd
|
compoundv3_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
compound
| ||
|
compound_v3_total_supplied
|
compoundv3_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
compound_v3_total_supplied_usd
|
compoundv3_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
crvusd_savings_apy
|
crvusd_savings_apy
|
1d
|
|
true
|
SLUG |
AVG
|
RESTRICTED
|
crvusd
| ||
|
crvusd_savings_distributions
|
crvusd_savings_distributions
|
1d
|
|
true
|
SLUG |
SUM
|
RESTRICTED
|
crvusd
| ||
|
crvusd_savings_total_supplied
|
crvusd_savings_total_supplied
|
1d
|
|
true
|
SLUG |
LAST
|
RESTRICTED
|
crvusd
| ||
|
dai_created
|
mcd_debt_created_5m
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
dai_repaid
|
mcd_debt_repaid_5m
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
daily_active_addresses
|
daily_active_addresses
|
1d
|
48h
|
false
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1121 more
| ||
|
daily_avg_marketcap_usd
|
daily_avg_marketcap_usd
|
1d
|
|
|
SLUG |
AVG
|
FREE
|
bazaars, arb-gains-network
and 2761 more
| ||
|
daily_avg_price_usd
|
daily_avg_price_usd
|
1d
|
|
|
SLUG |
AVG
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
daily_closing_marketcap_usd
|
daily_closing_marketcap_usd
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2761 more
| ||
|
daily_closing_price_usd
|
daily_closing_price_usd
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
daily_etf_flow
|
etf_flow
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arkb, bitb
and 22 more
| ||
|
daily_high_price_usd
|
daily_high_price_usd
|
1d
|
|
|
SLUG |
MAX
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
daily_low_price_usd
|
daily_low_price_usd
|
1d
|
|
|
SLUG |
MIN
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
daily_opening_price_usd
|
daily_opening_price_usd
|
1d
|
|
|
SLUG |
FIRST
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
daily_trading_volume_usd
|
daily_trading_volume_usd
|
1d
|
|
|
SLUG |
AVG
|
FREE
|
bazaars, arb-gains-network
and 2788 more
| ||
|
deposit_transactions
|
deposit_transactions
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 945 more
| ||
|
deposit_transactions_5m
|
deposit_transactions_5min
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 956 more
| ||
|
deposit_transactions_per_exchange
|
labelled_deposit_transactions
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
deribit_perpetual_funding_rate
|
deribit_funding_rates
|
1h
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
bitcoin, ethereum
| ||
|
dev_activity
|
dev_activity
|
5m
|
4h
|
true
|
SLUG |
SUM
|
FREE
|
cartesi, bnb-alpaca-finance
and 1137 more
| ||
|
dev_activity_1d
|
dev_activity
|
1d
|
48h
|
true
|
SLUG |
SUM
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
dev_activity_change_1d
|
dev_activity_change_1d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
dev_activity_change_30d
|
dev_activity_change_30d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
dev_activity_change_7d
|
dev_activity_change_7d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
dev_activity_contributors_count
|
dev_activity_contributors_count
|
5m
|
4h
|
true
|
SLUG |
SUM
|
FREE
|
cartesi, bnb-alpaca-finance
and 1137 more
| ||
|
dev_activity_contributors_count_7d
|
dev_activity_contributors_count
|
1d
|
48h
|
true
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
dormant_circulation_10y
|
dormant_circulation_10y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
dormant_circulation_180d
|
dormant_circulation_180d
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1053 more
| ||
|
dormant_circulation_2y
|
dormant_circulation_2y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 898 more
| ||
|
dormant_circulation_365d
|
dormant_circulation_365d
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1000 more
| ||
|
dormant_circulation_365d_change_1d
|
dormant_circulation_365d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
dormant_circulation_365d_change_30d
|
dormant_circulation_365d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
dormant_circulation_365d_change_7d
|
dormant_circulation_365d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
dormant_circulation_3y
|
dormant_circulation_3y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 775 more
| ||
|
dormant_circulation_5y
|
dormant_circulation_5y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 439 more
| ||
|
dormant_circulation_7y
|
dormant_circulation_7y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
sirin-labs-token, kucoin-shares
and 149 more
| ||
|
dormant_circulation_8y
|
dormant_circulation_8y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
sirin-labs-token, agrello-delta
and 72 more
| ||
|
dormant_circulation_90d
|
dormant_circulation_90d
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1064 more
| ||
|
dormant_circulation_9y
|
dormant_circulation_9y
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
dormant_circulation_usd_180d
|
dormant_circulation_usd_180d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
dormant_circulation_usd_180d_change_1d
|
dormant_circulation_usd_180d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
dormant_circulation_usd_180d_change_30d
|
dormant_circulation_usd_180d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1249 more
| ||
|
dormant_circulation_usd_180d_change_7d
|
dormant_circulation_usd_180d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
dydx_perpetual_funding_rate
|
dydx_funding_rates
|
1h
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
0x, 1inch
and 23 more
| ||
|
etf_volume_usd_5m
|
etf_trading_volume
|
5m
|
|
|
SLUG |
SUM
|
FREE
|
arkb, bitb
and 22 more
| ||
|
eth2_staked_address_count_per_label
|
eth2_staked_address_count_per_label
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
ethereum
| ||
|
eth2_staked_amount_per_label
|
eth2_staked_amount_per_label
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
ethereum
| ||
|
eth2_stakers_count
|
eth2_staker_count
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_mvrv_usd_10y
|
stakers_mvrv_usd_10y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_mvrv_usd_2y
|
stakers_mvrv_usd_2y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_mvrv_usd_365d
|
stakers_mvrv_usd_365d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_mvrv_usd_3y
|
stakers_mvrv_usd_3y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_mvrv_usd_5y
|
stakers_mvrv_usd_5y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_realized_value_usd_10y
|
stack_stakers_realized_cap_usd_10y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_realized_value_usd_2y
|
stack_stakers_realized_cap_usd_2y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_realized_value_usd_365d
|
stack_stakers_realized_cap_usd_365d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_realized_value_usd_3y
|
stack_stakers_realized_cap_usd_3y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
eth2_stakers_realized_value_usd_5y
|
stack_stakers_realized_cap_usd_5y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
eth2_top_stakers
|
eth2_top_stakers
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
ethereum
| ||
|
eth_based_trade_amount_by_dex
|
eth_based_trade_amount_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
eth_based_trade_volume_by_dex
|
eth_based_trade_volume_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
eth_beacon_deposits
|
ether_beacon_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
eth_beacon_reward_withdrawals
|
ether_beacon_reward_withdrawals
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
eth_beacon_validator_withdrawals
|
ether_beacon_validator_withdrawals
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
eth_trade_volume_by_token
|
eth_trade_volume_by_token
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 806 more
| ||
|
ethena_staking_apy
|
ethena_staking_apy
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
ethena-staked-usde
| ||
|
ethena_staking_deposits
|
ethena_staking_deposits
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde
| ||
|
ethena_staking_withdrawals
|
ethena_staking_withdrawals
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde
| ||
|
exchange_balance
|
exchange_balance
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_balance_change_1d
|
exchange_balance_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_balance_change_30d
|
exchange_balance_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_balance_change_7d
|
exchange_balance_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_balance_per_exchange
|
labelled_exchange_balance
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
exchange_inflow
|
exchange_inflow
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_inflow_change_1d
|
exchange_inflow_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_inflow_change_30d
|
exchange_inflow_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_inflow_change_7d
|
exchange_inflow_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_inflow_per_exchange
|
labelled_exchange_inflow
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
exchange_inflow_usd
|
exchange_inflow_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
exchange_inflow_usd_change_1d
|
exchange_inflow_usd_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
exchange_inflow_usd_change_30d
|
exchange_inflow_usd_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 928 more
| ||
|
exchange_inflow_usd_change_7d
|
exchange_inflow_usd_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
exchange_open_interest
|
exchange_open_interest
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
exchange_outflow
|
exchange_outflow
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_outflow_change_1d
|
exchange_outflow_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_outflow_change_30d
|
exchange_outflow_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_outflow_change_7d
|
exchange_outflow_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 958 more
| ||
|
exchange_outflow_per_exchange
|
labelled_exchange_outflow
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
exchange_outflow_usd
|
exchange_outflow_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
exchange_outflow_usd_change_1d
|
exchange_outflow_usd_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
exchange_outflow_usd_change_30d
|
exchange_outflow_usd_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 928 more
| ||
|
exchange_outflow_usd_change_7d
|
exchange_outflow_usd_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 933 more
| ||
|
fees
|
fees
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum, solana
| ||
|
fees_burnt_5m
|
fees_burnt_5min
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
fees_burnt_usd_5m
|
fees_burnt_usd_5min
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
fees_intraday
|
fees_intraday
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
fees_to_network_circulation_usd_1d
|
fees_to_network_circulation_usd_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
fees_usd
|
fees_usd
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
fees_usd_intraday
|
fees_usd_intraday
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
fluid_action_deposits
|
fluid_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde, ethena-usde
and 9 more
| ||
|
fluid_action_deposits_usd
|
fluid_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde, ethena-usde
and 9 more
| ||
|
fluid_action_liquidations
|
fluid_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde, ethena-usde
and 9 more
| ||
|
fluid_action_liquidations_usd
|
fluid_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde, ethena-usde
and 9 more
| ||
|
fluid_action_new_debt
|
fluid_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-usde, ethereum
and 5 more
| ||
|
fluid_action_new_debt_usd
|
fluid_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-usde, ethereum
and 5 more
| ||
|
fluid_action_repayments
|
fluid_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-usde, ethereum
and 5 more
| ||
|
fluid_action_repayments_usd
|
fluid_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-usde, ethereum
and 5 more
| ||
|
fluid_active_addresses
|
fluid_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
instadapp
| ||
|
fluid_protocol_total_supplied_usd
|
fluid_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
instadapp
| ||
|
fluid_supply_apy
|
fluid_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum, gho
and 3 more
| ||
|
fluid_total_deposits_usd
|
fluid_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
instadapp
| ||
|
fluid_total_liquidations_usd
|
fluid_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
instadapp
| ||
|
fluid_total_new_debt_usd
|
fluid_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
instadapp
| ||
|
fluid_total_protocol_supplied_usd
|
fluid_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
instadapp
| ||
|
fluid_total_repayments_usd
|
fluid_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
instadapp
| ||
|
fluid_total_supplied
|
fluid_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum, gho
and 3 more
| ||
|
fluid_total_supplied_usd
|
fluid_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum, gho
and 3 more
| ||
|
fraxlend_action_deposits
|
fraxlend_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_action_deposits_usd
|
fraxlend_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_action_liquidations
|
fraxlend_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_action_liquidations_usd
|
fraxlend_action_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_action_new_debt
|
fraxlend_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_action_new_debt_usd
|
fraxlend_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_action_repayments
|
fraxlend_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_action_repayments_usd
|
fraxlend_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_active_addresses
|
fraxlend_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
frax
| ||
|
fraxlend_borrow_apy
|
fraxlend_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
convex-finance, curve
and 6 more
| ||
|
fraxlend_protocol_total_borrowed_usd
|
fraxlend_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
frax
| ||
|
fraxlend_protocol_total_supplied_usd
|
fraxlend_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
frax
| ||
|
fraxlend_total_borrowed_against_collateral
|
fraxlend_total_borrowed_against_collateral
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_total_deposits_usd
|
fraxlend_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_total_liquidations_usd
|
fraxlend_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_total_new_debt_usd
|
fraxlend_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_total_repayments_usd
|
fraxlend_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
frax
| ||
|
fraxlend_total_supplied
|
fraxlend_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fraxlend_total_supplied_usd
|
fraxlend_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
aave, apecoin-ape
and 14 more
| ||
|
fully_diluted_valuation_usd
|
fully_diluted_valuation_usd
|
1d
|
48h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1056 more
| ||
|
funding_rate
|
funding_rate
|
5m
|
|
false
|
SLUG OWNER LABEL |
AVG
|
FREE
|
cartesi, hamster-kombat
and 277 more
| ||
|
funding_rates_aggregated_by_exchange
|
funding_rates_aggregated_per_exchange
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
funding_rates_aggregated_by_settlement_currency
|
funding_rates_aggregated_per_settlement_currency
|
5m
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
gho_savings_deposits
|
gho_savings_deposits
|
1d
|
|
false
|
SLUG |
SUM
|
RESTRICTED
|
gho
| ||
|
gho_savings_total_supplied
|
gho_savings_total_supplied
|
1d
|
|
false
|
SLUG |
LAST
|
RESTRICTED
|
gho
| ||
|
gho_savings_withdrawals
|
gho_savings_withdrawals
|
1d
|
|
false
|
SLUG |
SUM
|
RESTRICTED
|
gho
| ||
|
gini_index
|
gini_index
|
1d
|
48h
|
false
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1108 more
| ||
|
github_activity
|
github_activity
|
5m
|
4h
|
true
|
SLUG |
SUM
|
FREE
|
cartesi, bnb-alpaca-finance
and 1137 more
| ||
|
github_activity_1d
|
github_activity
|
1d
|
48h
|
true
|
SLUG |
SUM
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
github_activity_change_30d
|
github_activity_change_30d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
github_activity_contributors_count
|
github_activity_contributors_count
|
5m
|
4h
|
true
|
SLUG |
SUM
|
FREE
|
cartesi, bnb-alpaca-finance
and 1137 more
| ||
|
github_activity_contributors_count_7d
|
github_activity_contributors_count
|
1d
|
48h
|
true
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2816 more
| ||
|
holders_distribution_0.001_to_0.01
|
holders_distribution_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
holders_distribution_0.01_to_0.1
|
holders_distribution_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1094 more
| ||
|
holders_distribution_0.1_to_1
|
holders_distribution_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1101 more
| ||
|
holders_distribution_0_to_0.001
|
holders_distribution_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
holders_distribution_100M_to_1B
|
holders_distribution_1e9
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, hxro
and 755 more
| ||
|
holders_distribution_100_to_1k
|
holders_distribution_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1107 more
| ||
|
holders_distribution_100k_to_1M
|
holders_distribution_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1079 more
| ||
|
holders_distribution_10M_to_100M
|
holders_distribution_1e8
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 952 more
| ||
|
holders_distribution_10_to_100
|
holders_distribution_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
holders_distribution_10k_to_100k
|
holders_distribution_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1098 more
| ||
|
holders_distribution_1B_to_inf
|
holders_distribution_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
hxro, beta-finance
and 400 more
| ||
|
holders_distribution_1M_to_10M
|
holders_distribution_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1029 more
| ||
|
holders_distribution_1_to_10
|
holders_distribution_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1104 more
| ||
|
holders_distribution_1k_to_10k
|
holders_distribution_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
holders_distribution_combined_balance_0.001_to_0.01
|
holders_distribution_amount_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
holders_distribution_combined_balance_0.01_to_0.1
|
holders_distribution_amount_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
holders_distribution_combined_balance_0.1_to_1
|
holders_distribution_amount_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1101 more
| ||
|
holders_distribution_combined_balance_0_to_0.001
|
holders_distribution_amount_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
holders_distribution_combined_balance_100M_to_1B
|
holders_distribution_amount_1e9
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, hxro
and 764 more
| ||
|
holders_distribution_combined_balance_100_to_1k
|
holders_distribution_amount_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1107 more
| ||
|
holders_distribution_combined_balance_100k_to_1M
|
holders_distribution_amount_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1079 more
| ||
|
holders_distribution_combined_balance_10M_to_100M
|
holders_distribution_amount_1e8
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 956 more
| ||
|
holders_distribution_combined_balance_10_to_100
|
holders_distribution_amount_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
holders_distribution_combined_balance_10k_to_100k
|
holders_distribution_amount_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1098 more
| ||
|
holders_distribution_combined_balance_1B_to_inf
|
holders_distribution_amount_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
hxro, beta-finance
and 404 more
| ||
|
holders_distribution_combined_balance_1M_to_10M
|
holders_distribution_amount_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1032 more
| ||
|
holders_distribution_combined_balance_1_to_10
|
holders_distribution_amount_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1104 more
| ||
|
holders_distribution_combined_balance_1k_to_10k
|
holders_distribution_amount_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
holders_distribution_combined_balance_over_1
|
holders_distribution_amount_more_than_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_combined_balance_over_10
|
holders_distribution_amount_more_than_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_combined_balance_over_100
|
holders_distribution_amount_more_than_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_combined_balance_over_100k
|
holders_distribution_amount_more_than_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1085 more
| ||
|
holders_distribution_combined_balance_over_10k
|
holders_distribution_amount_more_than_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1103 more
| ||
|
holders_distribution_combined_balance_over_1M
|
holders_distribution_amount_more_than_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1041 more
| ||
|
holders_distribution_combined_balance_over_1k
|
holders_distribution_amount_more_than_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1111 more
| ||
|
holders_distribution_combined_balance_total
|
holders_distribution_amount_all
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1108 more
| ||
|
holders_distribution_over_1
|
holders_distribution_more_than_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_over_10
|
holders_distribution_more_than_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_over_100
|
holders_distribution_more_than_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1112 more
| ||
|
holders_distribution_over_100k
|
holders_distribution_more_than_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1085 more
| ||
|
holders_distribution_over_10k
|
holders_distribution_more_than_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1103 more
| ||
|
holders_distribution_over_1M
|
holders_distribution_more_than_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1039 more
| ||
|
holders_distribution_over_1k
|
holders_distribution_more_than_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1111 more
| ||
|
holders_distribution_total
|
holders_distribution_all
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1108 more
| ||
|
holders_labeled_distribution_0.001_to_0.01
|
holders_distribution_labeled_1e_2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 936 more
| ||
|
holders_labeled_distribution_0.01_to_0.1
|
holders_distribution_labeled_1e_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 942 more
| ||
|
holders_labeled_distribution_0.1_to_1
|
holders_distribution_labeled_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 944 more
| ||
|
holders_labeled_distribution_0_to_0.001
|
holders_distribution_labeled_1e_3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 939 more
| ||
|
holders_labeled_distribution_100_to_1k
|
holders_distribution_labeled_1e3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_distribution_100k_to_1M
|
holders_distribution_labeled_1e6
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 929 more
| ||
|
holders_labeled_distribution_10M_to_inf
|
holders_distribution_labeled_inf
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 841 more
| ||
|
holders_labeled_distribution_10_to_100
|
holders_distribution_labeled_1e2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 949 more
| ||
|
holders_labeled_distribution_10k_to_100k
|
holders_distribution_labeled_1e5
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
holders_labeled_distribution_1M_to_10M
|
holders_distribution_labeled_1e7
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 897 more
| ||
|
holders_labeled_distribution_1_to_10
|
holders_distribution_labeled_1e1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 947 more
| ||
|
holders_labeled_distribution_1k_to_10k
|
holders_distribution_labeled_1e4
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_distribution_combined_balance_0.001_to_0.01
|
holders_distribution_amount_labeled_1e_2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 936 more
| ||
|
holders_labeled_distribution_combined_balance_0.01_to_0.1
|
holders_distribution_amount_labeled_1e_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 942 more
| ||
|
holders_labeled_distribution_combined_balance_0.1_to_1
|
holders_distribution_amount_labeled_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 944 more
| ||
|
holders_labeled_distribution_combined_balance_0_to_0.001
|
holders_distribution_amount_labeled_1e_3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 919 more
| ||
|
holders_labeled_distribution_combined_balance_100_to_1k
|
holders_distribution_amount_labeled_1e3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_distribution_combined_balance_100k_to_1M
|
holders_distribution_amount_labeled_1e6
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 929 more
| ||
|
holders_labeled_distribution_combined_balance_10M_to_inf
|
holders_distribution_amount_labeled_inf
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 844 more
| ||
|
holders_labeled_distribution_combined_balance_10_to_100
|
holders_distribution_amount_labeled_1e2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 949 more
| ||
|
holders_labeled_distribution_combined_balance_10k_to_100k
|
holders_distribution_amount_labeled_1e5
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
holders_labeled_distribution_combined_balance_1M_to_10M
|
holders_distribution_amount_labeled_1e7
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 899 more
| ||
|
holders_labeled_distribution_combined_balance_1_to_10
|
holders_distribution_amount_labeled_1e1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 947 more
| ||
|
holders_labeled_distribution_combined_balance_1k_to_10k
|
holders_distribution_amount_labeled_1e4
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_distribution_combined_balance_total
|
holders_distribution_amount_labeled_all
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 951 more
| ||
|
holders_labeled_distribution_total
|
holders_distribution_labeled_all
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 951 more
| ||
|
holders_labeled_negative_distribution_0.001_to_0.01
|
holders_distribution_negative_labeled_1e_2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 936 more
| ||
|
holders_labeled_negative_distribution_0.01_to_0.1
|
holders_distribution_negative_labeled_1e_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 942 more
| ||
|
holders_labeled_negative_distribution_0.1_to_1
|
holders_distribution_negative_labeled_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 944 more
| ||
|
holders_labeled_negative_distribution_0_to_0.001
|
holders_distribution_negative_labeled_1e_3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 939 more
| ||
|
holders_labeled_negative_distribution_100_to_1k
|
holders_distribution_negative_labeled_1e3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_negative_distribution_100k_to_1M
|
holders_distribution_negative_labeled_1e6
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 929 more
| ||
|
holders_labeled_negative_distribution_10M_to_inf
|
holders_distribution_negative_labeled_inf
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 841 more
| ||
|
holders_labeled_negative_distribution_10_to_100
|
holders_distribution_negative_labeled_1e2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 949 more
| ||
|
holders_labeled_negative_distribution_10k_to_100k
|
holders_distribution_negative_labeled_1e5
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
holders_labeled_negative_distribution_1M_to_10M
|
holders_distribution_negative_labeled_1e7
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 897 more
| ||
|
holders_labeled_negative_distribution_1_to_10
|
holders_distribution_negative_labeled_1e1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 947 more
| ||
|
holders_labeled_negative_distribution_1k_to_10k
|
holders_distribution_negative_labeled_1e4
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_negative_distribution_combined_balance_0.001_to_0.01
|
holders_distribution_amount_negative_labeled_1e_2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 936 more
| ||
|
holders_labeled_negative_distribution_combined_balance_0.01_to_0.1
|
holders_distribution_amount_negative_labeled_1e_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 942 more
| ||
|
holders_labeled_negative_distribution_combined_balance_0.1_to_1
|
holders_distribution_amount_negative_labeled_1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 944 more
| ||
|
holders_labeled_negative_distribution_combined_balance_0_to_0.001
|
holders_distribution_amount_negative_labeled_1e_3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 919 more
| ||
|
holders_labeled_negative_distribution_combined_balance_100_to_1k
|
holders_distribution_amount_negative_labeled_1e3
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_negative_distribution_combined_balance_100k_to_1M
|
holders_distribution_amount_negative_labeled_1e6
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 929 more
| ||
|
holders_labeled_negative_distribution_combined_balance_10M_to_inf
|
holders_distribution_amount_negative_labeled_inf
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 844 more
| ||
|
holders_labeled_negative_distribution_combined_balance_10_to_100
|
holders_distribution_amount_negative_labeled_1e2
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 949 more
| ||
|
holders_labeled_negative_distribution_combined_balance_10k_to_100k
|
holders_distribution_amount_negative_labeled_1e5
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
| ||
|
holders_labeled_negative_distribution_combined_balance_1M_to_10M
|
holders_distribution_amount_negative_labeled_1e7
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 899 more
| ||
|
holders_labeled_negative_distribution_combined_balance_1_to_10
|
holders_distribution_amount_negative_labeled_1e1
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 947 more
| ||
|
holders_labeled_negative_distribution_combined_balance_1k_to_10k
|
holders_distribution_amount_negative_labeled_1e4
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 950 more
| ||
|
holders_labeled_negative_distribution_combined_balance_total
|
holders_distribution_amount_negative_labeled_all
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 951 more
| ||
|
holders_labeled_negative_distribution_total
|
holders_distribution_negative_labeled_all
|
1d
|
48h
|
true
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 951 more
| ||
|
huobi_perpetual_funding_rate
|
huobi_funding_rates
|
8h
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
1inch, aave
and 29 more
| ||
|
inflow_per_label_and_owner
|
labelled_exchange_inflow
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
labelled_historical_balance
|
combined_labeled_balance
|
15m
|
|
|
SLUG LABEL_FQN LABEL_FQNS BLOCKCHAIN |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 914 more
| ||
|
labelled_historical_balance_changes
|
combined_labeled_balance_delta
|
15m
|
|
|
SLUG LABEL_FQN LABEL_FQNS BLOCKCHAIN |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 881 more
| ||
|
liquity_action_deposits
|
liquity_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
liquity_action_deposits_usd
|
liquity_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
liquity_action_liquidations
|
liquity_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
liquity_action_liquidations_usd
|
liquity_action_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
liquity_action_new_debt
|
liquity_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_action_new_debt_usd
|
liquity_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_action_repayments
|
liquity_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_action_repayments_usd
|
liquity_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_active_addresses
|
liquity_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_borrow_fee
|
liquity_borrow_fee
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_total_borrowed
|
liquity_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_total_borrowed_usd
|
liquity_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
liquity-usd
| ||
|
liquity_total_supplied
|
liquity_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
liquity_total_supplied_usd
|
liquity_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
makerdao_action_deposits
|
makerdao_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
makerdao_action_deposits_usd
|
makerdao_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 20 more
| ||
|
makerdao_action_liquidations
|
makerdao_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
makerdao_action_liquidations_usd
|
makerdao_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 20 more
| ||
|
makerdao_action_new_debt
|
makerdao_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_action_new_debt_usd
|
makerdao_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_action_repayments
|
makerdao_action_repayments
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_action_repayments_filtered
|
makerdao_action_repayments_filtered
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_action_repayments_usd
|
makerdao_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_active_addresses
|
makerdao_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_dsr_deposits
|
makerdao_dsr_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_dsr_total_supplied
|
makerdao_dsr_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_dsr_withdrawals
|
makerdao_dsr_withdrawals
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_protocol_total_borrowed_usd
|
makerdao_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_protocol_total_supplied_usd
|
makerdao_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_total_borrowed
|
makerdao_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_total_borrowed_usd
|
makerdao_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
multi-collateral-dai
| ||
|
makerdao_total_deposits_usd
|
makerdao_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_total_liquidations_usd
|
makerdao_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_total_new_debt_usd
|
makerdao_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_total_repayments_usd
|
makerdao_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
makerdao_total_supplied
|
makerdao_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 20 more
| ||
|
makerdao_total_supplied_usd
|
makerdao_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 20 more
| ||
|
maple_action_deposits
|
maple_action_deposits
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_action_deposits_usd
|
maple_action_deposits_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_action_new_debt
|
maple_action_new_debt
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_action_new_debt_usd
|
maple_action_new_debt_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_action_repayments
|
maple_action_repayments
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_action_repayments_usd
|
maple_action_repayments_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
tether, usd-coin
and 1 more
| ||
|
maple_protocol_total_borrowed_usd
|
maple_total_protocol_borrowed_usd
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
maple-finance
| ||
|
maple_total_borrowed_usd
|
maple_total_borrowed_usd
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
| ||
|
maple_total_new_debt_usd
|
maple_total_new_debt_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
maple-finance
| ||
|
maple_total_repayments_usd
|
maple_total_repayments_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
maple-finance
| ||
|
maple_total_supplied
|
maple_total_supplied
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
tether, usd-coin
| ||
|
maple_total_supplied_usd
|
maple_total_supplied_usd
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
usd-coin
| ||
|
marketcap_usd
|
marketcap_usd
|
1s
|
1h
|
false
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2785 more
| ||
|
marketcap_usd_change_1d
|
marketcap_usd_change_1d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2791 more
| ||
|
marketcap_usd_change_30d
|
marketcap_usd_change_30d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2790 more
| ||
|
marketcap_usd_change_7d
|
marketcap_usd_change_7d
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2791 more
| ||
|
mcd_collat_ratio
|
daily_dai_collat_ratio
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
balancer, chainlink
and 7 more
| ||
|
mcd_collat_ratio_weth
|
daily_dai_collat_ratio_weth
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
weth
| ||
|
mcd_dsr
|
mcd_dsr
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
multi-collateral-dai
| ||
|
mcd_erc20_supply
|
total_supply
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1058 more
| ||
|
mcd_liquidation
|
mcd_art_liquidation_5m
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
mcd_locked_token
|
mcd_locked_token
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, balancer
and 12 more
| ||
|
mcd_stability_fee
|
mcd_stability_fee
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 19 more
| ||
|
mctc
|
mctc
|
1d
|
48h
|
false
|
SLUG |
LAST
|
FREE
|
bitcoin
| ||
|
mean_age
|
stack_mean_age_days
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1054 more
| ||
|
mean_age_180d
|
stack_mean_age_days_180d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1049 more
| ||
|
mean_age_2y
|
stack_mean_age_days_2y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1055 more
| ||
|
mean_age_365d
|
stack_mean_age_days_365d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mean_age_3y
|
stack_mean_age_days_3y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1055 more
| ||
|
mean_age_5y
|
stack_mean_age_days_5y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mean_age_90d
|
stack_mean_age_days_90d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mean_dollar_invested_age
|
stack_mean_age_dollar_days
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mean_dollar_invested_age_180d
|
stack_mean_age_dollar_days_180d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1065 more
| ||
|
mean_dollar_invested_age_2y
|
stack_mean_age_dollar_days_2y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1068 more
| ||
|
mean_dollar_invested_age_365d
|
stack_mean_age_dollar_days_365d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1066 more
| ||
|
mean_dollar_invested_age_3y
|
stack_mean_age_dollar_days_3y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
mean_dollar_invested_age_5y
|
stack_mean_age_dollar_days_5y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1065 more
| ||
|
mean_dollar_invested_age_90d
|
stack_mean_age_dollar_days_90d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1066 more
| ||
|
mean_dollar_invested_age_change_1d
|
stack_mean_age_dollar_days_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mean_dollar_invested_age_change_30d
|
stack_mean_age_dollar_days_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mean_dollar_invested_age_change_7d
|
stack_mean_age_dollar_days_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mean_realized_price_usd
|
mean_realized_price_usd_20y
|
1d
|
48h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mean_realized_price_usd_10y
|
mean_realized_price_usd_10y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mean_realized_price_usd_180d
|
mean_realized_price_usd_180d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1048 more
| ||
|
mean_realized_price_usd_1d
|
mean_realized_price_usd_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mean_realized_price_usd_2y
|
mean_realized_price_usd_2y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1054 more
| ||
|
mean_realized_price_usd_30d
|
mean_realized_price_usd_30d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
mean_realized_price_usd_365d
|
mean_realized_price_usd_365d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mean_realized_price_usd_3y
|
mean_realized_price_usd_3y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1054 more
| ||
|
mean_realized_price_usd_5y
|
mean_realized_price_usd_5y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mean_realized_price_usd_60d
|
mean_realized_price_usd_60d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
mean_realized_price_usd_7d
|
mean_realized_price_usd_7d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mean_realized_price_usd_90d
|
mean_realized_price_usd_90d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
median_fees_usd
|
median_fees_usd
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
median_fees_usd_5m
|
median_fees_usd_intraday
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethereum
| ||
|
median_transfer_5m
|
median_transfer_5min
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
mentions_count_4chan
|
social_volume_4chan_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_bitcointalk
|
social_volume_bitcointalk_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_farcaster
|
social_volume_farcaster_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_reddit
|
social_volume_reddit_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_telegram
|
social_volume_telegram_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_total
|
social_volume_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_count_twitter
|
social_volume_twitter_all_accounts
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_1h_total
|
social_dominance_all_accounts_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_4chan
|
social_dominance_4chan_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_bitcointalk
|
social_dominance_bitcointalk_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_farcaster
|
social_dominance_farcaster_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_reddit
|
social_dominance_reddit_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_telegram
|
social_dominance_telegram_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_total
|
social_dominance_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
mentions_percentage_twitter
|
social_dominance_twitter_all_accounts
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
morpho_action_age_repayments
|
morpho_action_age_repayments
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
crvusd, frax
and 6 more
| ||
|
morpho_action_deposits
|
morpho_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 18 more
| ||
|
morpho_action_deposits_usd
|
morpho_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 18 more
| ||
|
morpho_action_liquidations
|
morpho_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 18 more
| ||
|
morpho_action_liquidations_usd
|
morpho_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 18 more
| ||
|
morpho_action_new_debt
|
morpho_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 7 more
| ||
|
morpho_action_new_debt_usd
|
morpho_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 7 more
| ||
|
morpho_action_repayments
|
morpho_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 8 more
| ||
|
morpho_action_repayments_usd
|
morpho_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
chainlink, crvusd
and 8 more
| ||
|
morpho_active_addresses
|
morpho_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
morpho
| ||
|
morpho_flashloan
|
morpho_flashloan
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
crvusd, frax
and 6 more
| ||
|
morpho_flashloan_usd
|
morpho_flashloan_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
crvusd, frax
and 6 more
| ||
|
morpho_protocol_total_borrowed_usd
|
morpho_total_protocol_borrowed_usd
|
5m
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
morpho
| ||
|
morpho_protocol_total_supplied_usd
|
morpho_total_protocol_supplied_usd
|
5m
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
morpho
| ||
|
morpho_total_deposits_usd
|
morpho_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
morpho
| ||
|
morpho_total_flashloan_usd
|
morpho_total_flashloan_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
morpho
| ||
|
morpho_total_liquidations_usd
|
morpho_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
morpho
| ||
|
morpho_total_new_debt_usd
|
morpho_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
morpho
| ||
|
morpho_total_repayments_usd
|
morpho_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
morpho
| ||
|
morpho_vaults_apy
|
morpho_vaults_apy
|
1d
|
48h
|
true
|
SLUG LABEL_FQN |
AVG
|
RESTRICTED
|
morpho
| ||
|
morpho_vaults_total_supplied_usd
|
morpho_vaults_total_supplied
|
5m
|
|
|
SLUG LABEL_FQN |
LAST
|
RESTRICTED
|
morpho
| ||
|
mvrv_long_short_diff_usd
|
mvrv_usd_long_short_diff
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1044 more
| ||
|
mvrv_usd
|
mvrv_usd_20y
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mvrv_usd_10y
|
mvrv_usd_10y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mvrv_usd_180d
|
mvrv_usd_180d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1048 more
| ||
|
mvrv_usd_180d_change_1d
|
mvrv_usd_180d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1048 more
| ||
|
mvrv_usd_180d_change_30d
|
mvrv_usd_180d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
mvrv_usd_180d_change_7d
|
mvrv_usd_180d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1048 more
| ||
|
mvrv_usd_1d
|
mvrv_usd_1d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_2y
|
mvrv_usd_2y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1054 more
| ||
|
mvrv_usd_30d
|
mvrv_usd_30d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
mvrv_usd_30d_change_1d
|
mvrv_usd_30d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
mvrv_usd_30d_change_30d
|
mvrv_usd_30d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1045 more
| ||
|
mvrv_usd_30d_change_7d
|
mvrv_usd_30d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1045 more
| ||
|
mvrv_usd_365d
|
mvrv_usd_365d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_365d_change_1d
|
mvrv_usd_365d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_365d_change_30d
|
mvrv_usd_365d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1049 more
| ||
|
mvrv_usd_365d_change_7d
|
mvrv_usd_365d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_3y
|
mvrv_usd_3y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1054 more
| ||
|
mvrv_usd_5y
|
mvrv_usd_5y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mvrv_usd_60d
|
mvrv_usd_60d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
mvrv_usd_60d_change_1d
|
mvrv_usd_60d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
mvrv_usd_60d_change_30d
|
mvrv_usd_60d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
mvrv_usd_60d_change_7d
|
mvrv_usd_60d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
mvrv_usd_7d
|
mvrv_usd_7d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_7d_change_1d
|
mvrv_usd_7d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_7d_change_30d
|
mvrv_usd_7d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1048 more
| ||
|
mvrv_usd_7d_change_7d
|
mvrv_usd_7d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1049 more
| ||
|
mvrv_usd_90d
|
mvrv_usd_90d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mvrv_usd_90d_change_1d
|
mvrv_usd_90d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mvrv_usd_90d_change_30d
|
mvrv_usd_90d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
mvrv_usd_90d_change_7d
|
mvrv_usd_90d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mvrv_usd_change_1d
|
mvrv_usd_20y_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mvrv_usd_change_30d
|
mvrv_usd_20y_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1051 more
| ||
|
mvrv_usd_change_7d
|
mvrv_usd_20y_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
mvrv_usd_intraday
|
mvrv_usd_intraday_20y
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_10y
|
mvrv_usd_intraday_10y
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_180d
|
mvrv_usd_intraday_180d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_1d
|
mvrv_usd_intraday_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_2y
|
mvrv_usd_intraday_2y
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_30d
|
mvrv_usd_intraday_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_365d
|
mvrv_usd_intraday_365d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_3y
|
mvrv_usd_intraday_3y
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_5y
|
mvrv_usd_intraday_5y
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_60d
|
mvrv_usd_intraday_60d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_7d
|
mvrv_usd_intraday_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_intraday_90d
|
mvrv_usd_intraday_90d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
santiment, quant
and 56 more
| ||
|
mvrv_usd_z_score
|
mvrv_z
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1186 more
| ||
|
network_circulation_usd_1d
|
network_circulation_usd_1d
|
1d
|
48h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
network_growth
|
network_growth
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1118 more
| ||
|
network_growth_change_1d
|
network_growth_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1458 more
| ||
|
network_growth_change_30d
|
network_growth_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1458 more
| ||
|
network_growth_change_7d
|
network_growth_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1458 more
| ||
|
network_profit_loss
|
network_profit_loss
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
network_profit_loss_change_1d
|
network_profit_loss_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1244 more
| ||
|
network_profit_loss_change_30d
|
network_profit_loss_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1244 more
| ||
|
network_profit_loss_change_7d
|
network_profit_loss_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1244 more
| ||
|
new_deployed_contracts
|
new_deployed_contracts
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
solana
| ||
|
nft_retail_trade_volume_usd
|
nft_retail_trade_volume_usd
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
ethereum
| ||
|
nft_retail_trades_count
|
nft_retail_trades_count
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
ethereum
| ||
|
nft_trade_volume_usd
|
nft_trade_volume_usd
|
1d
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
ethereum
| ||
|
nft_trades_count
|
nft_trades_count
|
1d
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
ethereum
| ||
|
nft_whale_trade_volume_usd
|
nft_whale_trade_volume_usd
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
ethereum
| ||
|
nft_whale_trades_count
|
nft_whale_trades_count
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
ethereum
| ||
|
nvt
|
nvt
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
nvt_5min
|
nvt_intraday
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
fantom, santiment
and 57 more
| ||
|
nvt_transaction_volume
|
nvt_transaction_volume
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1057 more
| ||
|
open_interest_per_settlement_currency
|
open_interest_per_settlement_currency
|
5m
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
other_trade_amount_by_dex
|
other_trade_amount_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
other_trade_volume_by_dex
|
other_trade_volume_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
outflow_per_label_and_owner
|
labelled_exchange_outflow
|
5m
|
12h
|
true
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
fantom, quant
and 44 more
| ||
|
payments_count
|
payment_count
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1057 more
| ||
|
pendle_implied_apy
|
pendle_implied_apy
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
ethena-staked-usde
| ||
|
pendle_total_markets_tvl
|
pendle_total_markets_tvl
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethena-staked-usde
| ||
|
pendle_underlying_apy
|
pendle_underlying_apy
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethena-staked-usde
| ||
|
pendle_yield_spread
|
pendle_yield_spread
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
ethena-staked-usde
| ||
|
percent_of_active_holders_distribution_0.001_to_0.01
|
percent_of_active_holders_distribution_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1074 more
| ||
|
percent_of_active_holders_distribution_0.01_to_0.1
|
percent_of_active_holders_distribution_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1080 more
| ||
|
percent_of_active_holders_distribution_0.1_to_1
|
percent_of_active_holders_distribution_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1082 more
| ||
|
percent_of_active_holders_distribution_0_to_0.001
|
percent_of_active_holders_distribution_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1076 more
| ||
|
percent_of_active_holders_distribution_100_to_1k
|
percent_of_active_holders_distribution_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1086 more
| ||
|
percent_of_active_holders_distribution_100k_to_1M
|
percent_of_active_holders_distribution_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1058 more
| ||
|
percent_of_active_holders_distribution_10M_to_inf
|
percent_of_active_holders_distribution_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 771 more
| ||
|
percent_of_active_holders_distribution_10_to_100
|
percent_of_active_holders_distribution_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1085 more
| ||
|
percent_of_active_holders_distribution_10k_to_100k
|
percent_of_active_holders_distribution_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1076 more
| ||
|
percent_of_active_holders_distribution_1M_to_10M
|
percent_of_active_holders_distribution_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1011 more
| ||
|
percent_of_active_holders_distribution_1_to_10
|
percent_of_active_holders_distribution_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1084 more
| ||
|
percent_of_active_holders_distribution_1k_to_10k
|
percent_of_active_holders_distribution_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1085 more
| ||
|
percent_of_active_holders_distribution_combined_balance_0.001_to_0.01
|
percent_of_active_holders_distribution_amount_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1078 more
| ||
|
percent_of_active_holders_distribution_combined_balance_0.01_to_0.1
|
percent_of_active_holders_distribution_amount_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1086 more
| ||
|
percent_of_active_holders_distribution_combined_balance_0.1_to_1
|
percent_of_active_holders_distribution_amount_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
percent_of_active_holders_distribution_combined_balance_0_to_0.001
|
percent_of_active_holders_distribution_amount_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1081 more
| ||
|
percent_of_active_holders_distribution_combined_balance_100_to_1k
|
percent_of_active_holders_distribution_amount_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1091 more
| ||
|
percent_of_active_holders_distribution_combined_balance_100k_to_1M
|
percent_of_active_holders_distribution_amount_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1063 more
| ||
|
percent_of_active_holders_distribution_combined_balance_10M_to_inf
|
percent_of_active_holders_distribution_amount_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 780 more
| ||
|
percent_of_active_holders_distribution_combined_balance_10_to_100
|
percent_of_active_holders_distribution_amount_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
percent_of_active_holders_distribution_combined_balance_10k_to_100k
|
percent_of_active_holders_distribution_amount_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1081 more
| ||
|
percent_of_active_holders_distribution_combined_balance_1M_to_10M
|
percent_of_active_holders_distribution_amount_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1018 more
| ||
|
percent_of_active_holders_distribution_combined_balance_1_to_10
|
percent_of_active_holders_distribution_amount_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1089 more
| ||
|
percent_of_active_holders_distribution_combined_balance_1k_to_10k
|
percent_of_active_holders_distribution_amount_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
percent_of_holders_distribution_0.001_to_0.01
|
percent_of_holders_distribution_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
percent_of_holders_distribution_0.01_to_0.1
|
percent_of_holders_distribution_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1094 more
| ||
|
percent_of_holders_distribution_0.1_to_1
|
percent_of_holders_distribution_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1101 more
| ||
|
percent_of_holders_distribution_0_to_0.001
|
percent_of_holders_distribution_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
percent_of_holders_distribution_100M_to_1B
|
percent_of_holders_distribution_1e9
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, hxro
and 755 more
| ||
|
percent_of_holders_distribution_100_to_1k
|
percent_of_holders_distribution_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1107 more
| ||
|
percent_of_holders_distribution_100k_to_1M
|
percent_of_holders_distribution_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1079 more
| ||
|
percent_of_holders_distribution_10M_to_100M
|
percent_of_holders_distribution_1e8
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 952 more
| ||
|
percent_of_holders_distribution_10_to_100
|
percent_of_holders_distribution_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
percent_of_holders_distribution_10k_to_100k
|
percent_of_holders_distribution_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1098 more
| ||
|
percent_of_holders_distribution_1B_to_inf
|
percent_of_holders_distribution_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
hxro, beta-finance
and 404 more
| ||
|
percent_of_holders_distribution_1M_to_10M
|
percent_of_holders_distribution_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1030 more
| ||
|
percent_of_holders_distribution_1_to_10
|
percent_of_holders_distribution_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1104 more
| ||
|
percent_of_holders_distribution_1k_to_10k
|
percent_of_holders_distribution_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
percent_of_holders_distribution_combined_balance_0.001_to_0.01
|
percent_of_holders_distribution_amount_1e_2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1087 more
| ||
|
percent_of_holders_distribution_combined_balance_0.01_to_0.1
|
percent_of_holders_distribution_amount_1e_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1095 more
| ||
|
percent_of_holders_distribution_combined_balance_0.1_to_1
|
percent_of_holders_distribution_amount_1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1101 more
| ||
|
percent_of_holders_distribution_combined_balance_0_to_0.001
|
percent_of_holders_distribution_amount_1e_3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1090 more
| ||
|
percent_of_holders_distribution_combined_balance_100M_to_1B
|
percent_of_holders_distribution_amount_1e9
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, hxro
and 765 more
| ||
|
percent_of_holders_distribution_combined_balance_100_to_1k
|
percent_of_holders_distribution_amount_1e3
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1107 more
| ||
|
percent_of_holders_distribution_combined_balance_100k_to_1M
|
percent_of_holders_distribution_amount_1e6
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1079 more
| ||
|
percent_of_holders_distribution_combined_balance_10M_to_100M
|
percent_of_holders_distribution_amount_1e8
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 956 more
| ||
|
percent_of_holders_distribution_combined_balance_10_to_100
|
percent_of_holders_distribution_amount_1e2
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
percent_of_holders_distribution_combined_balance_10k_to_100k
|
percent_of_holders_distribution_amount_1e5
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1098 more
| ||
|
percent_of_holders_distribution_combined_balance_1B_to_inf
|
percent_of_holders_distribution_amount_inf
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
hxro, beta-finance
and 408 more
| ||
|
percent_of_holders_distribution_combined_balance_1M_to_10M
|
percent_of_holders_distribution_amount_1e7
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1033 more
| ||
|
percent_of_holders_distribution_combined_balance_1_to_10
|
percent_of_holders_distribution_amount_1e1
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1104 more
| ||
|
percent_of_holders_distribution_combined_balance_1k_to_10k
|
percent_of_holders_distribution_amount_1e4
|
1d
|
48h
|
false
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1106 more
| ||
|
percent_of_spent_coins_age_band_0d_to_1d
|
percent_of_spent_coins_age_band_0d_to_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1033 more
| ||
|
percent_of_spent_coins_age_band_10y_to_20y
|
percent_of_spent_coins_age_band_10y_to_inf
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
percent_of_spent_coins_age_band_180d_to_365d
|
percent_of_spent_coins_age_band_180d_to_365d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1015 more
| ||
|
percent_of_spent_coins_age_band_1d_to_7d
|
percent_of_spent_coins_age_band_1d_to_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1032 more
| ||
|
percent_of_spent_coins_age_band_2y_to_3y
|
percent_of_spent_coins_age_band_2y_to_3y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 876 more
| ||
|
percent_of_spent_coins_age_band_30d_to_60d
|
percent_of_spent_coins_age_band_30d_to_60d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1032 more
| ||
|
percent_of_spent_coins_age_band_365d_to_2y
|
percent_of_spent_coins_age_band_365d_to_2y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 970 more
| ||
|
percent_of_spent_coins_age_band_3y_to_5y
|
percent_of_spent_coins_age_band_3y_to_5y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 758 more
| ||
|
percent_of_spent_coins_age_band_5y_to_7y
|
percent_of_spent_coins_age_band_5y_to_7y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 431 more
| ||
|
percent_of_spent_coins_age_band_60d_to_90d
|
percent_of_spent_coins_age_band_60d_to_90d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1026 more
| ||
|
percent_of_spent_coins_age_band_7d_to_30d
|
percent_of_spent_coins_age_band_7d_to_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1031 more
| ||
|
percent_of_spent_coins_age_band_7y_to_10y
|
percent_of_spent_coins_age_band_7y_to_10y
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
sirin-labs-token, kucoin-shares
and 148 more
| ||
|
percent_of_spent_coins_age_band_90d_to_180d
|
percent_of_spent_coins_age_band_90d_to_180d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1025 more
| ||
|
percent_of_total_supply_in_profit
|
percent_of_total_supply_in_profit
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
percent_of_total_supply_on_exchanges
|
percent_of_total_supply_on_exchanges
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 942 more
| ||
|
percent_of_total_supply_on_exchanges_change_1d
|
percent_of_total_supply_on_exchanges_change_1d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, bnb-alpaca-finance
and 1153 more
| ||
|
percent_of_total_supply_on_exchanges_change_30d
|
percent_of_total_supply_on_exchanges_change_30d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, bnb-alpaca-finance
and 1153 more
| ||
|
percent_of_total_supply_on_exchanges_change_7d
|
percent_of_total_supply_on_exchanges_change_7d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, bnb-alpaca-finance
and 1153 more
| ||
|
percent_of_whale_stablecoin_total_supply
|
percent_of_whale_total_supply
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
ethereum
| ||
|
price_btc
|
price_btc
|
1s
|
1h
|
false
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2785 more
| ||
|
price_btc_change_1d
|
price_btc_change_1d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2728 more
| ||
|
price_btc_change_30d
|
price_btc_change_30d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2721 more
| ||
|
price_btc_change_7d
|
price_btc_change_7d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2727 more
| ||
|
price_daa_divergence
|
daa_divergence
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1174 more
| ||
|
price_eth
|
price_eth
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2729 more
| ||
|
price_eth_change_1d
|
price_eth_change_1d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2728 more
| ||
|
price_eth_change_30d
|
price_eth_change_30d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2721 more
| ||
|
price_eth_change_7d
|
price_eth_change_7d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2727 more
| ||
|
price_usd
|
price_usd
|
1s
|
1h
|
false
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2785 more
| ||
|
price_usd_5m
|
price_usd
|
1s
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2729 more
| ||
|
price_usd_change_1d
|
price_change_1d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2729 more
| ||
|
price_usd_change_1h
|
price_change_1h
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2729 more
| ||
|
price_usd_change_30d
|
price_change_30d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2723 more
| ||
|
price_usd_change_7d
|
price_change_7d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2728 more
| ||
|
price_usdt
|
price_usdt
|
1s
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 852 more
| ||
|
price_volatility_1d
|
price_volatility_1d
|
5m
|
|
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1223 more
| ||
|
price_volatility_1w
|
price_volatility_1w
|
5m
|
|
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1226 more
| ||
|
price_volatility_2w
|
price_volatility_2w
|
5m
|
|
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1236 more
| ||
|
price_volatility_4w
|
price_volatility_4w
|
5m
|
|
|
SLUG |
AVG
|
FREE
|
arb-gains-network, cartesi
and 1238 more
| ||
|
realized_cap_hodl_waves_0d_to_1d
|
realized_cap_hodl_waves_0d_to_1d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1062 more
| ||
|
realized_cap_hodl_waves_10y_to_20y
|
realized_cap_hodl_waves_10y_to_20y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 466 more
| ||
|
realized_cap_hodl_waves_180d_to_365d
|
realized_cap_hodl_waves_180d_to_365d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1039 more
| ||
|
realized_cap_hodl_waves_1d_to_7d
|
realized_cap_hodl_waves_1d_to_7d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1062 more
| ||
|
realized_cap_hodl_waves_2y_to_3y
|
realized_cap_hodl_waves_2y_to_3y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 902 more
| ||
|
realized_cap_hodl_waves_30d_to_60d
|
realized_cap_hodl_waves_30d_to_60d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1060 more
| ||
|
realized_cap_hodl_waves_365d_to_2y
|
realized_cap_hodl_waves_365d_to_2y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 985 more
| ||
|
realized_cap_hodl_waves_3y_to_5y
|
realized_cap_hodl_waves_3y_to_5y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 781 more
| ||
|
realized_cap_hodl_waves_5y_to_10y
|
realized_cap_hodl_waves_5y_to_10y
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 603 more
| ||
|
realized_cap_hodl_waves_60d_to_90d
|
realized_cap_hodl_waves_60d_to_90d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1052 more
| ||
|
realized_cap_hodl_waves_7d_to_30d
|
realized_cap_hodl_waves_7d_to_30d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1061 more
| ||
|
realized_cap_hodl_waves_90d_to_180d
|
realized_cap_hodl_waves_90d_to_180d
|
1d
|
48h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1050 more
| ||
|
realized_value_usd
|
stack_realized_cap_usd_20y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_10y
|
stack_realized_cap_usd_10y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_180d
|
stack_realized_cap_usd_180d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_1d
|
stack_realized_cap_usd_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_2y
|
stack_realized_cap_usd_2y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_30d
|
stack_realized_cap_usd_30d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_365d
|
stack_realized_cap_usd_365d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_3y
|
stack_realized_cap_usd_3y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_5y
|
stack_realized_cap_usd_5y
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_60d
|
stack_realized_cap_usd_60d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_7d
|
stack_realized_cap_usd_7d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
realized_value_usd_90d
|
stack_realized_cap_usd_90d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1070 more
| ||
|
rsi_1d
|
rsi_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1223 more
| ||
|
rsi_4h
|
rsi_4h
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1223 more
| ||
|
rsi_7d
|
rsi_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1223 more
| ||
|
scd_collat_ratio
|
daily_sai_collat_ratio
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
weth
| ||
|
scd_locked_token
|
daily_sai_locked
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
weth
| ||
|
sentiment_balance_4chan
|
sentiment_balance_4chan_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_4chan_v2
|
sentiment_balance_4chan_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_bitcointalk
|
sentiment_balance_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_bitcointalk_v2
|
sentiment_balance_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_farcaster
|
sentiment_balance_farcaster_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_reddit
|
sentiment_balance_reddit_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_reddit_v2
|
sentiment_balance_reddit_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_telegram
|
sentiment_balance_telegram_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_telegram_v2
|
sentiment_balance_telegram_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_total
|
sentiment_balance_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_total_change_1d
|
sentiment_balance_change_1d_v2
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
sentiment_balance_total_change_30d
|
sentiment_balance_change_30d_v2
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
sentiment_balance_total_change_7d
|
sentiment_balance_change_7d_v2
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
sentiment_balance_total_v2
|
sentiment_balance_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_twitter
|
sentiment_balance_twitter_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_twitter_v2
|
sentiment_balance_twitter_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_balance_youtube_videos
|
sentiment_balance_youtube_videos_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
sentiment_balance_youtube_videos_v2
|
sentiment_balance_youtube_videos_v2
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
sentiment_bearish_4chan
|
sentiment_bearish_4chan
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_bitcointalk
|
sentiment_bearish_bitcointalk
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_farcaster
|
sentiment_bearish_farcaster
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_reddit
|
sentiment_bearish_reddit
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_telegram
|
sentiment_bearish_telegram
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_total
|
sentiment_bearish
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bearish_twitter
|
sentiment_bearish_twitter
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_4chan
|
sentiment_bullish_4chan
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_bitcointalk
|
sentiment_bullish_bitcointalk
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_farcaster
|
sentiment_bullish_farcaster
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_reddit
|
sentiment_bullish_reddit
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_telegram
|
sentiment_bullish_telegram
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_total
|
sentiment_bullish
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_bullish_twitter
|
sentiment_bullish_twitter
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_4chan
|
sentiment_negative_4chan
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_bitcointalk
|
sentiment_negative_bitcointalk
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_farcaster
|
sentiment_negative_farcaster
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_reddit
|
sentiment_negative_reddit
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_telegram
|
sentiment_negative_telegram
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_total
|
sentiment_negative
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_twitter
|
sentiment_negative_twitter
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_negative_youtube_videos
|
sentiment_negative_youtube_videos
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
sentiment_neutral_4chan
|
sentiment_neutral_4chan
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_bitcointalk
|
sentiment_neutral_bitcointalk
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_farcaster
|
sentiment_neutral_farcaster
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_reddit
|
sentiment_neutral_reddit
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_telegram
|
sentiment_neutral_telegram
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_total
|
sentiment_neutral
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_neutral_twitter
|
sentiment_neutral_twitter
|
5m
|
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_4chan
|
sentiment_positive_4chan
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_bitcointalk
|
sentiment_positive_bitcointalk
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_farcaster
|
sentiment_positive_farcaster
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_reddit
|
sentiment_positive_reddit
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_telegram
|
sentiment_positive_telegram
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_total
|
sentiment_positive
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_twitter
|
sentiment_positive_twitter
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
sentiment_positive_youtube_videos
|
sentiment_positive_youtube_videos
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
sentiment_volume_consumed_4chan
|
sentiment_volume_consumed_4chan_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_bitcointalk
|
sentiment_volume_consumed_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_farcaster
|
sentiment_volume_consumed_farcaster
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2816 more
| ||
|
sentiment_volume_consumed_reddit
|
sentiment_volume_consumed_reddit_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_telegram
|
sentiment_volume_consumed_telegram_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_total
|
sentiment_volume_consumed_v2
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_total_change_1d
|
sentiment_volume_consumed_v2_1d_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_volume_consumed_total_change_30d
|
sentiment_volume_consumed_v2_1d_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_total_change_7d
|
sentiment_volume_consumed_v2_1d_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_volume_consumed_twitter
|
sentiment_volume_consumed_twitter_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_volume_consumed_youtube_videos
|
sentiment_volume_consumed_youtube_videos_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_4chan
|
sentiment_volume_consumed_4chan_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_4chan_1d
|
sentiment_volume_consumed_4chan_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_4chan_1d_v2
|
sentiment_volume_consumed_4chan_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_4chan_1h
|
sentiment_volume_consumed_4chan_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_4chan_1h_v2
|
sentiment_volume_consumed_4chan_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_4chan_v2
|
sentiment_volume_consumed_4chan_v2
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_bitcointalk
|
sentiment_volume_consumed_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_bitcointalk_1d
|
sentiment_volume_consumed_bitcointalk_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_bitcointalk_1d_v2
|
sentiment_volume_consumed_bitcointalk_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_bitcointalk_1h
|
sentiment_volume_consumed_bitcointalk_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_bitcointalk_1h_v2
|
sentiment_volume_consumed_bitcointalk_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_bitcointalk_v2
|
sentiment_volume_consumed_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_farcaster
|
sentiment_volume_consumed_farcaster_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_farcaster_1d
|
sentiment_volume_consumed_farcaster_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_farcaster_1h
|
sentiment_volume_consumed_farcaster_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_reddit
|
sentiment_volume_consumed_reddit_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_reddit_1d
|
sentiment_volume_consumed_reddit_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_reddit_1d_v2
|
sentiment_volume_consumed_reddit_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_reddit_1h
|
sentiment_volume_consumed_reddit_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_reddit_1h_v2
|
sentiment_volume_consumed_reddit_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_reddit_v2
|
sentiment_volume_consumed_reddit_v2
|
5m
|
|
|
SLUG TEXT |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_telegram
|
sentiment_volume_consumed_telegram_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_telegram_1d
|
sentiment_volume_consumed_telegram_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_telegram_1d_v2
|
sentiment_volume_consumed_telegram_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_telegram_1h
|
sentiment_volume_consumed_telegram_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_telegram_1h_v2
|
sentiment_volume_consumed_telegram_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_telegram_v2
|
sentiment_volume_consumed_telegram_v2
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_total
|
sentiment_volume_consumed_v2
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_total_1d
|
sentiment_volume_consumed_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_total_1d_v2
|
sentiment_volume_consumed_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_total_1h
|
sentiment_volume_consumed_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_total_1h_v2
|
sentiment_volume_consumed_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_total_v2
|
sentiment_volume_consumed_v2
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_twitter
|
sentiment_volume_consumed_twitter_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_twitter_1d
|
sentiment_volume_consumed_twitter_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_twitter_1d_v2
|
sentiment_volume_consumed_twitter_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2788 more
| ||
|
sentiment_weighted_twitter_1h
|
sentiment_volume_consumed_twitter_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_twitter_1h_v2
|
sentiment_volume_consumed_twitter_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_twitter_v2
|
sentiment_volume_consumed_twitter_v2
|
5m
|
|
|
SLUG TEXT |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
sentiment_weighted_youtube_videos
|
sentiment_volume_consumed_youtube_videos_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_youtube_videos_1d
|
sentiment_volume_consumed_youtube_videos_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_youtube_videos_1d_v2
|
sentiment_volume_consumed_youtube_videos_v2_1d
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_youtube_videos_1h
|
sentiment_volume_consumed_youtube_videos_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_youtube_videos_1h_v2
|
sentiment_volume_consumed_youtube_videos_v2_1h
|
1h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sentiment_weighted_youtube_videos_v2
|
sentiment_volume_consumed_youtube_videos_v2
|
5m
|
|
|
SLUG TEXT |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
sky_savings_apy
|
sky_savings_apy
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
usds
| ||
|
sky_savings_deposits
|
sky_savings_deposits
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
usds
| ||
|
sky_savings_total_supplied
|
sky_savings_total_supplied
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
usds
| ||
|
sky_savings_withdrawals
|
sky_savings_withdrawals
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
usds
| ||
|
social_dominance_4chan
|
social_dominance_4chan_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_4chan_1h_moving_average
|
social_dominance_4chan_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_4chan_24h_moving_average
|
social_dominance_4chan_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_ai_total
|
social_dominance_ai
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_ai_total_1h_moving_average
|
social_dominance_ai_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_ai_total_24h_moving_average
|
social_dominance_ai_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_bitcointalk
|
social_dominance_bitcointalk_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_bitcointalk_1h_moving_average
|
social_dominance_bitcointalk_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_bitcointalk_24h_moving_average
|
social_dominance_bitcointalk_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_farcaster
|
social_dominance_farcaster_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_farcaster_1h_moving_average
|
social_dominance_farcaster_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_farcaster_24h_moving_average
|
social_dominance_farcaster_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_reddit
|
social_dominance_reddit_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_reddit_1h_moving_average
|
social_dominance_reddit_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_reddit_24h_moving_average
|
social_dominance_reddit_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_telegram
|
social_dominance_telegram_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_telegram_1h_moving_average
|
social_dominance_telegram_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_telegram_24h_moving_average
|
social_dominance_telegram_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total
|
social_dominance_v2
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_1h_moving_average
|
social_dominance_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_1h_moving_average_change_1d
|
social_dominance_1h_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_1h_moving_average_change_30d
|
social_dominance_1h_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2782 more
| ||
|
social_dominance_total_1h_moving_average_change_7d
|
social_dominance_1h_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_24h_moving_average
|
social_dominance_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_24h_moving_average_change_1d
|
social_dominance_24h_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_24h_moving_average_change_30d
|
social_dominance_24h_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2782 more
| ||
|
social_dominance_total_24h_moving_average_change_7d
|
social_dominance_24h_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_total_change_1d
|
social_dominance_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_total_change_30d
|
social_dominance_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_total_change_7d
|
social_dominance_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_dominance_twitter
|
social_dominance_twitter_v2
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_twitter_1h_moving_average
|
social_dominance_twitter_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_twitter_24h_moving_average
|
social_dominance_twitter_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_dominance_youtube_videos
|
social_dominance_youtube_videos
|
5m
|
|
|
SLUG TEXT FOUNDERS |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
social_dominance_youtube_videos_1h_moving_average
|
social_dominance_youtube_videos_1h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
social_dominance_youtube_videos_24h_moving_average
|
social_dominance_youtube_videos_24h
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
social_volume_4chan
|
social_volume_4chan
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_ai_total
|
social_metrics_volume_ai_total
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_volume_bitcointalk
|
social_volume_bitcointalk
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_farcaster
|
social_volume_farcaster
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_reddit
|
social_volume_reddit
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_telegram
|
social_volume_telegram
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_total
|
social_volume
|
5m
|
12h
|
true
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_total_change_1d
|
social_volume_change_1d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_volume_total_change_30d
|
social_volume_change_30d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_volume_total_change_7d
|
social_volume_change_7d
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
bazaars, arb-gains-network
and 2789 more
| ||
|
social_volume_twitter
|
social_volume_twitter
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2783 more
| ||
|
social_volume_youtube_videos
|
social_volume_youtube_videos
|
5m
|
|
|
SLUG TEXT FOUNDERS |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2763 more
| ||
|
spark_action_age_repayments
|
spark_action_age_repayments
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_action_deposits
|
spark_action_deposits
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_action_deposits_usd
|
spark_action_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_action_liquidations
|
spark_action_liquidations
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_action_liquidations_usd
|
spark_action_liquidations_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_action_new_debt
|
spark_action_new_debt
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_action_new_debt_usd
|
spark_action_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_action_repayments
|
spark_action_repayments
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_action_repayments_usd
|
spark_action_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_active_addresses
|
spark_active_addresses
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_borrow_apy
|
spark_borrow_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_flashloan
|
spark_flashloan
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_flashloan_usd
|
spark_flashloan_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_protocol_total_borrowed_usd
|
spark_total_protocol_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_protocol_total_supplied_usd
|
spark_total_protocol_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_supply_apy
|
spark_supply_apy
|
5m
|
|
|
SLUG |
AVG
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_total_borrowed
|
spark_total_borrowed
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_total_borrowed_usd
|
spark_total_borrowed_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 5 more
| ||
|
spark_total_deposits_usd
|
spark_total_deposits_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_total_flashloan_usd
|
spark_total_flashloan_usd
|
5m
|
12h
|
true
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_total_liquidations_usd
|
spark_total_liquidations_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_total_new_debt_usd
|
spark_total_new_debt_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_total_repayments_usd
|
spark_total_repayments_usd
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
maker, multi-collateral-dai
| ||
|
spark_total_supplied
|
spark_total_supplied
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spark_total_supplied_usd
|
spark_total_supplied_usd
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
lido-finance-wsteth, multi-collateral-dai
and 7 more
| ||
|
spent_coins_age_band_0d_to_1d
|
spent_coins_age_band_0d_to_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1047 more
| ||
|
spent_coins_age_band_10y_to_20y
|
spent_coins_age_band_10y_to_inf
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bitcoin, bitcoin-cash
and 4 more
| ||
|
spent_coins_age_band_180d_to_365d
|
spent_coins_age_band_180d_to_365d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1029 more
| ||
|
spent_coins_age_band_1d_to_7d
|
spent_coins_age_band_1d_to_7d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
spent_coins_age_band_2y_to_3y
|
spent_coins_age_band_2y_to_3y
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 877 more
| ||
|
spent_coins_age_band_30d_to_60d
|
spent_coins_age_band_30d_to_60d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1046 more
| ||
|
spent_coins_age_band_365d_to_2y
|
spent_coins_age_band_365d_to_2y
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 978 more
| ||
|
spent_coins_age_band_3y_to_5y
|
spent_coins_age_band_3y_to_5y
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 758 more
| ||
|
spent_coins_age_band_5y_to_7y
|
spent_coins_age_band_5y_to_7y
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 431 more
| ||
|
spent_coins_age_band_60d_to_90d
|
spent_coins_age_band_60d_to_90d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1040 more
| ||
|
spent_coins_age_band_7d_to_30d
|
spent_coins_age_band_7d_to_30d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1045 more
| ||
|
spent_coins_age_band_7y_to_10y
|
spent_coins_age_band_7y_to_10y
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
sirin-labs-token, kucoin-shares
and 149 more
| ||
|
spent_coins_age_band_90d_to_180d
|
spent_coins_age_band_90d_to_180d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1039 more
| ||
|
stablecoin_trade_amount_by_dex
|
stablecoin_trade_amount_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
stablecoin_trade_volume_by_dex
|
stablecoin_trade_volume_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
stablecoin_trade_volume_by_token
|
stablecoin_trade_volume_by_token
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 601 more
| ||
|
stock_to_flow
|
stock_to_flow_ratio
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1057 more
| ||
|
supply_on_exchanges
|
exchange_token_supply
|
1d
|
48h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, vectorspace-ai
and 952 more
| ||
|
supply_outside_exchanges
|
non_exchange_token_supply
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
cartesi, vectorspace-ai
and 955 more
| ||
|
thermocap
|
thermocap
|
1d
|
48h
|
false
|
SLUG |
LAST
|
FREE
|
bitcoin
| ||
|
token_eth_price_by_dex_5m
|
token_eth_price_by_dex_5m
|
5m
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 804 more
| ||
|
total_dai_created
|
mcd_total_dai_created
|
5m
|
|
|
SLUG |
LAST
|
RESTRICTED
|
0x, aave
and 23 more
| ||
|
total_etf_flow
|
etf_total
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arkb, bitb
and 22 more
| ||
|
total_funding_rates_aggregated_per_asset
|
total_funding_rates_aggregated_per_asset
|
5m
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
total_gas_used
|
total_gas_used
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
ethereum
| ||
|
total_open_interest
|
total_open_interest
|
5m
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
cartesi, virtual-protocol
and 365 more
| ||
|
total_supply
|
total_supply
|
1d
|
|
|
SLUG |
LAST
|
FREE
|
arb-gains-network, cartesi
and 1058 more
| ||
|
total_supply_in_profit
|
total_supply_in_profit
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1056 more
| ||
|
total_trade_amount_by_dex
|
total_trade_amount_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
total_trade_volume_by_dex
|
total_trade_volume_by_dex
|
5m
|
|
|
SLUG OWNER LABEL |
SUM
|
RESTRICTED
|
multi-collateral-dai
| ||
|
transaction_volume
|
transaction_volume_5min
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1266 more
| ||
|
transaction_volume_change_1d
|
transaction_volume_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1209 more
| ||
|
transaction_volume_change_30d
|
transaction_volume_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1209 more
| ||
|
transaction_volume_change_7d
|
transaction_volume_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1209 more
| ||
|
transaction_volume_in_loss
|
transaction_volume_loss
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1069 more
| ||
|
transaction_volume_in_profit
|
transaction_volume_profit
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1069 more
| ||
|
transaction_volume_profit_loss_ratio
|
transaction_volume_profit_loss_ratio
|
1d
|
|
|
SLUG |
AVG
|
RESTRICTED
|
arb-gains-network, cartesi
and 1068 more
| ||
|
transaction_volume_usd
|
transaction_volume_usd
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1055 more
| ||
|
transaction_volume_usd_change_1d
|
transaction_volume_usd_change_1d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1209 more
| ||
|
transaction_volume_usd_change_30d
|
transaction_volume_usd_change_30d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1208 more
| ||
|
transaction_volume_usd_change_7d
|
transaction_volume_usd_change_7d
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1209 more
| ||
|
transactions_count
|
transaction_count
|
1d
|
48h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1076 more
| ||
|
trending_words_rank
|
trending_rank
|
1d
|
12h
|
true
|
SLUG |
LAST
|
RESTRICTED
|
neo, file-coin
and 129 more
| ||
|
unique_social_volume_4chan_1d
|
unique_social_volume_4chan_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_4chan_5m
|
unique_social_volume_4chan_5m
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_bitcointalk_1d
|
unique_social_volume_bitcointalk_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_bitcointalk_5m
|
unique_social_volume_bitcointalk_5m
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_farcaster_1d
|
unique_social_volume_farcaster_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_farcaster_5m
|
unique_social_volume_farcaster_5m
|
5m
|
|
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_reddit_1d
|
unique_social_volume_reddit_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_reddit_5m
|
unique_social_volume_reddit_5m
|
5m
|
12h
|
true
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_telegram_1d
|
unique_social_volume_telegram_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_telegram_5m
|
unique_social_volume_telegram_5m
|
5m
|
12h
|
true
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_total_1d
|
unique_social_volume_1d
|
1d
|
1d
|
false
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_total_1h
|
unique_social_volume_1h
|
1h
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_total_5m
|
unique_social_volume_5m
|
5m
|
12h
|
true
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
unique_social_volume_twitter_1d
|
unique_social_volume_twitter_1d
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2778 more
| ||
|
unique_social_volume_twitter_5m
|
unique_social_volume_twitter_5m
|
5m
|
12h
|
true
|
SLUG TEXT |
SUM
|
RESTRICTED
|
bazaars, arb-gains-network
and 2786 more
| ||
|
uniswap_top_claimers
|
uniswap_top_claimers
|
1h
|
|
|
SLUG |
SUM
|
RESTRICTED
|
uniswap
| ||
|
usdt_binance_funding_rate
|
usdt_bnb_funding_rates
|
8h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 77 more
| ||
|
usdt_binance_open_interest
|
usdt_bnb_open_interest
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 75 more
| ||
|
usdt_binance_open_value
|
usdt_bnb_open_value
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 75 more
| ||
|
usdt_bnb_funding_rates
|
usdt_bnb_funding_rates
|
8h
|
|
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 77 more
| ||
|
usdt_bnb_open_interest
|
usdt_bnb_open_interest
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 75 more
| ||
|
usdt_bnb_open_value
|
usdt_bnb_open_value
|
5m
|
12h
|
true
|
SLUG |
AVG
|
RESTRICTED
|
dash, neo
and 75 more
| ||
|
velocity
|
token_velocity
|
1d
|
|
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1057 more
| ||
|
volume_usd
|
volume_usd
|
1s
|
1h
|
false
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2785 more
| ||
|
volume_usd_5m
|
trading_volume
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2728 more
| ||
|
volume_usd_change_1d
|
trading_volume_change_1d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2728 more
| ||
|
volume_usd_change_30d
|
trading_volume_change_30d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2721 more
| ||
|
volume_usd_change_7d
|
trading_volume_change_7d
|
5m
|
|
|
SLUG |
LAST
|
FREE
|
bazaars, arb-gains-network
and 2727 more
| ||
|
whale_transaction_count_100k_usd_to_inf
|
whale_transaction_count_more_than_100k_usd_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
whale_transaction_count_100k_usd_to_inf_change_1d
|
whale_transaction_count_more_than_100k_usd_5min_change_1d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_count_100k_usd_to_inf_change_30d
|
whale_transaction_count_more_than_100k_usd_5min_change_30d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_count_100k_usd_to_inf_change_7d
|
whale_transaction_count_more_than_100k_usd_5min_change_7d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_count_1m_usd_to_inf
|
whale_transaction_count_more_than_1m_usd_5min
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
whale_transaction_count_1m_usd_to_inf_change_1d
|
whale_transaction_count_more_than_1m_usd_5min_change_1d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_count_1m_usd_to_inf_change_30d
|
whale_transaction_count_more_than_1m_usd_5min_change_30d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_count_1m_usd_to_inf_change_7d
|
whale_transaction_count_more_than_1m_usd_5min_change_7d
|
5m
|
12h
|
false
|
SLUG |
LAST
|
RESTRICTED
|
arb-gains-network, cartesi
and 1245 more
| ||
|
whale_transaction_volume_100k_usd_to_inf
|
whale_transaction_volume_more_than_100k_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
whale_transaction_volume_1m_usd_to_inf
|
whale_transaction_volume_more_than_1m_usd
|
5m
|
12h
|
false
|
SLUG |
SUM
|
RESTRICTED
|
arb-gains-network, cartesi
and 1250 more
| ||
|
withdrawal_transactions
|
withdrawal_transactions
|
1d
|
|
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 943 more
| ||
|
withdrawal_transactions_5m
|
withdrawal_transactions_5min
|
5m
|
|
|
SLUG |
SUM
|
RESTRICTED
|
cartesi, vectorspace-ai
and 956 more
| ||
|
withdrawal_transactions_per_exchange
|
labelled_withdrawal_transactions
|
1d
|
|
|
SLUG OWNER LABEL |
LAST
|
RESTRICTED
|
cartesi, vectorspace-ai
and 946 more
|