Get daily price, volume and liquidity for token by id
Tokens
Get daily price, volume and liquidity for token by id
GET
Get daily price, volume and liquidity for token by id
| Hedera Network | Base URL |
|---|---|
| Mainnet | https://api.saucerswap.finance |
| Testnet | https://test-api.saucerswap.finance |
| Previewnet | Not supported |
Headers
API key for authentication. The demo api key provided is globally rate limited. Do not use in production.
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"
Get associated pools containing the token by idGet weekly price, volume and liquidity for token by id