cURL
curl --request POST \ --url https://api.allium.so/api/v1/developer/prices/stats \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' [ { "chain": "string", "token_address": "string" } ] '
{ "items": [ { "mint": "<string>", "chain": "<string>", "timestamp": "2023-11-07T05:31:56Z", "latest_price": 123, "low_24h": 123, "high_24h": 123, "low_1h": 123, "high_1h": 123, "percent_change_24h": 123, "percent_change_1h": 123, "decimals": 123 } ], "cursor": "<string>" }
Get tokens price stats like volume, high and low, price and volume change.
Successful Response
Show child attributes
Was this page helpful?