Get yearly price, volume and liquidity for token by id
Tokens
REST API: Yearly metrics for a token
Retrieve yearly price, volume, and liquidity history for a single token by Hedera token id, with prices in tinybar and unix-second timestamps.
GET
Get yearly price, volume and liquidity for token by id
Authorizations
API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.
Headers
API key for authentication. Request a key from [email protected].
Example:
"YOUR_API_KEY"
Path Parameters
Token id (shard.realm.num)
Example:
"0.0.731861"
Response
200 - application/json
Successful response
Unix seconds
Example:
1697677200
Token id (shard.realm.num)
Example:
"0.0.731861"
Token price in tinybar
Example:
"36334886"
Token liquidity in its smallest unit
Example:
"5971792596548121"
Token volume in its smallest unit
Example:
"100169644699152"