Fees

Exchange Fee Dominance

GET https://api.glassnode.com/v1/metrics/fees/exchanges_relative

The Exchange Fee Dominance metric is defined as the percent amount of total fees paid in transactions related to on-chain exchange activity.

  • Deposits: Transactions that include an exchange address as the receiver of funds.

  • Withdrawals: Transactions that include an exchange address as the sender of funds.

  • In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds.

  • Inter-Exchange: Transactions that include addresses of (distinct) exchanges as both the sender and receiver of funds.

If a transaction can be categorized into multiple of these categories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"deposit":0.10719194347029574,"inhouse":0.1572184720653414,"inter":0.010087164762539532,"total":0.3050162207806108,"withdrawal":0.030518640482434033}}]

Exchange Fees (Mean)

GET https://api.glassnode.com/v1/metrics/fees/exchanges_mean

The mean amount of fees paid in transactions related to on-chain exchange activity. Note that the mean is computed over transfers, not transactions.

  • Deposits: Transactions that include an exchange address as the receiver of funds.

  • Withdrawals: Transactions that include an exchange address as the sender of funds.

  • In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds.

  • Inter-Exchange: Transactions that include addresses of (distinct) exchanges as both the sender and receiver of funds.

If a transaction can be categorized into multiple of these categories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"deposit":0.0000392278743327281,"inhouse":0.000440554719161407,"inter":0.0000492528319100337,"total":0.0000547478324072719,"withdrawal":0.0000134025377010204}}]

Exchange Fees (Total)

GET https://api.glassnode.com/v1/metrics/fees/exchanges_sum

The total amount of fees paid in transactions related to on-chain exchange activity.

  • Deposits: Transactions that include an exchange address as the receiver of funds.

  • Withdrawals: Transactions that include an exchange address as the sender of funds.

  • In-House: Transactions that include addresses of a single exchange as both the sender and receiver of funds.

  • Inter-Exchange: Transactions that include addresses of (distinct) exchanges as both the sender and receiver of funds.

If a transaction can be categorized into multiple of these categories (e.g. a transaction that sends funds externally as well as in-house), the fees are split into percentages according to the volume transferred.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"deposit":2.98959553077154,"inhouse":4.38484111981348,"inter":0.281332175870112,"total":8.50693719077154,"withdrawal":0.851168364316405}}]

Fee Ratio Multiple (FRM)

GET https://api.glassnode.com/v1/metrics/fees/fee_ratio_multiple

The Fee Ratio Multiple (FRM) is defined as the ratio between the total miner revenue (blocks rewards + transaction fees) and transaction fees. FRM is a measure of a blockchain's security and gives an assessment how secure a chain is once block rewards disappear. This metric was first introduced by Matteo Leibowitz. For more information please see his article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 10m, 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":38.64774849484866}]

Fees (Mean)

GET https://api.glassnode.com/v1/metrics/fees/volume_mean

The mean fee per transaction. Issued (minted) coins are not included.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.0000785404713253826}]

Fees (Median)

GET https://api.glassnode.com/v1/metrics/fees/volume_median

The median fee per transaction. Issued (minted) coins are not included.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.00003692}]

Fees (Total)

GET https://api.glassnode.com/v1/metrics/fees/volume_sum

The total amount of fees paid to miners. Issued (minted) coins are not included.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":27.89011407}]

Gas Price (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_price_mean

The mean gas price paid per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":34761706712.6431}]

Gas Price (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_price_median

The median gas price paid per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":26950878775}]

Gas Usage by Bridges (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_bridges

The amount of gas consumed by the Ethereum network by contracts that allow transfer of tokens between different blockchains.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"arbitrum":1945423431,"hop":22434103,"immutable_x":46426331,"multichain":86918762,"optimism":896584614,"other_bridges":279600289,"polygon":153761747,"synapse":125079136,"wormhole":40489931,"zksync":258863169}}]

Gas Usage by Bridges (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_bridges_relative

The relative amount (share) of gas consumed by the Ethereum network by contracts that allow transfer of tokens between different blockchains.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"arbitrum":0.018115431,"hop":0.000208906,"immutable_x":0.000432333,"multichain":0.000809232,"optimism":0.008348436,"other_bridges":0.002603425,"polygon":0.001431733,"synapse":0.001164625,"wormhole":0.000377021,"zksync":0.002410351}}]

Gas Usage by DeFi (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_defi

The amount of gas consumed by the Ethereum network by on-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs).

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"0x":1980043271,"1inch":2267940728,"aave":227197985,"compound":41336123,"etherdelta":94752,"idex":66710,"kyber":450904,"metamask":1836277088,"other_defi":2390582242,"sushiswap":211765324,"uniswap":5732038643}}]

Gas Usage by DeFi (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_defi_relative

The relative amount (share) of gas consumed by the Ethereum network by on-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs).

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"0x":0.018437351,"1inch":0.021118124,"aave":0.002115597,"compound":0.000384954,"etherdelta":8.82e-7,"idex":6.21e-7,"kyber":0.0000042,"metamask":0.017098636,"other_defi":0.022260144,"sushiswap":0.00197182,"uniswap":0.053374085}}]

Gas Usage by ERC-20 Tokens (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_erc20

The amount of gas consumed by the Ethereum network by transactions calling ERC20 contracts. Stablecoins contracts are excluded here.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"ape":114469270,"bat":14386622,"bnb":2187544,"cro":18702582,"leo":3481777,"link":90279372,"mana":36407479,"matic":127621877,"other_erc20s":5441720441,"sand":54382463,"shib":204220468,"snx":55760732,"uni":35520476,"wbtc":19505624,"weth":503175729}}]

Gas Usage by ERC-20 Tokens (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_erc20_relative

The relative amount (share) of gas consumed by the Ethereum network by transactions calling ERC20 contracts. Stablecoins contracts are excluded here.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"ape":0.001066395,"bat":0.000134002,"bnb":0.000020373,"cro":0.000174185,"leo":0.000032422,"link":0.000840609,"mana":0.000338948,"matic":0.001188291,"other_erc20s":0.050671834,"sand":0.000506434,"shib":0.001900945,"snx":0.000519268,"uni":0.00033085,"wbtc":0.00018167,"weth":0.004683877}}]

Gas Usage by NFTs (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_nfts

The amount of gas consumed by the Ethereum network by transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"blur.io":9624174279,"cryptokitties":90179,"looksrare":75781668,"opensea":6734443040,"other_nft_transactions":19450174703,"rarible":8255532,"superrare":14275236}}]

Gas Usage by NFTs (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_nfts_relative

The relative amount (share) of gas consumed by the Ethereum network by transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"blur.io":0.089615972,"cryptokitties":8.4e-7,"looksrare":0.000705624,"opensea":0.062708082,"other_nft_transactions":0.181111095,"rarible":0.00007687,"superrare":0.000132914}}]

Gas Usage by Stablecoins (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_stablecoins

The amount of gas consumed by the Ethereum network by stablecoin transactions. Stablecoin are fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"busd":77143773,"dai":110093217,"gusd":4430060,"other_stablecoins":52019575,"sai":127840,"tusd":10641421,"usdc":1733543977,"usdp":7934785,"usdt":5561847964,"ust":227967}}]

Gas Usage by Stablecoins (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_stablecoins_relative

The relative amount (share) of gas consumed by the Ethereum network by stablecoin transactions. Stablecoin are fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"busd":0.000718449,"dai":0.001025598,"gusd":0.00004125,"other_stablecoins":0.000484403,"sai":0.000001191,"tusd":0.000099046,"usdc":0.016141141,"usdp":0.000073908,"usdt":0.051798793,"ust":0.000002123}}]

Gas Usage by Transaction Type (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/tx_types_breakdown_sum

The amount of gas consumed by the Ethereum network by category. Transactions are classified into the following categories:

  • Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.

  • ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.

  • Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

  • DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.

  • Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.

  • NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

  • MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.

  • Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"bridge":3857371358,"defi":14779074978,"erc20":6654750140,"mev-bot":2385169456,"nft_transfer":35905016282,"other":29537604990,"stablecoin":7558010579,"vanilla":6716414556}}]

Gas Usage by Transaction Type (Relative)

GET https://api.glassnode.com/v1/metrics/fees/tx_types_breakdown_relative

The relative amount (share) of gas consumed by the Ethereum network by category. Transactions are classified into one of the following categories:

  • Vanilla: Pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called.

  • ERC20: All transactions calling ERC20 contracts. Contracts in the Stablecoins category are excluded here.

  • Stablecoins: Fungible tokens that have their value pegged to an off-chain asset, either by the issuer or by an algorithm. We include 150+ stablecoins in this category, with USDT, USDC, UST, BUSD, and DAI being the most prominent ones.

  • DeFi: On-chain financial instruments and protocols implemented as smart contracts, including decentralized exchanges (DEXs). We include over 90+ DeFi protocols in this category, such as Uniswap, Etherdelta, 1inch, Sushiswap, Aave, and 0x.

  • Bridges: Contracts allowing transfer of tokens between different blockchains. We include 50+ bridges in this category, such as Ronin, Polygon, Optimism, and Arbitrum.

  • NFTs: Transactions interacting with non-fungible tokens. This category includes of both token contract standards (ERC721, ERC1155), as well as NFT marketplaces (OpenSea, Blur, LooksRare, Rarible, SuperRare) for trading those.

  • MEV Bots: Miner Extractable Value (MEV) bots execute transactions for profit by reordering, inserting, and censoring transactions within blocks.

  • Other: This category includes all other transactions in the Ethereum network that are not included in categories listed above.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"bridge":0.035918137565307554,"defi":0.1376162155211914,"erc20":0.061966092659328995,"mev-bot":0.02220964400005217,"nft_transfer":0.33433164567544954,"other":0.2750411253975342,"stablecoin":0.070376854728689,"vanilla":0.06254028445244708}}]

Gas Usage by Vanilla Transactions (Absolute)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_vanilla

The amount of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called. Note that occasionally the value of the last datapoint can slightly change as some addresses initially transact as "vanilla" before their associated smart contract deployment is observed.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"exchange":3604102545,"vanilla":4743718716}}]

Gas Usage by Vanilla Transactions (Relative)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum_vanilla_relative

The relative amount (share) of gas consumed by the Ethereum network by vanilla transactions. Vanilla transactions are pure ETH transfers between Externally Owned Accounts (EOAs), with no contracts being called. Note that occasionally the value of the last datapoint can slightly change as some addresses initially transact as "vanilla" before their associated smart contract deployment is observed.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"exchange":0.033602027,"vanilla":0.044274045}}]

Gas Used (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_mean

The mean amount of gas used per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":98328.597283987}]

Gas Used (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_median

The median amount of gas used per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":47185}]

Gas Used (Total)

GET https://api.glassnode.com/v1/metrics/fees/gas_used_sum

The total amount of gas used in all transactions.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":107393412339}]

Transaction Gas Limit (Mean)

GET https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_mean

The mean gas limit per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":239906.910135517}]

Transaction Gas Limit (Median)

GET https://api.glassnode.com/v1/metrics/fees/gas_limit_tx_median

The median gas limit per transaction.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m, 1w, 1month

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":94795}]

Last updated