cURL
curl --request GET \ --url https://api.syrax.ai/v1/token/price/detailed
{ "status": "Success", "time_taken_ms": 123, "data": [ { "token": "<string>", "last_updated": "<string>", "last_swap": "<string>", "price_sol": 123, "price_usd": 123, "marketcap_sol": 123, "marketcap_usd": 123, "total_volume_sol": 123, "total_volume_usd": 123, "total_swaps": 123, "buys": 123, "sells": 123, "five_minute": 123, "thirty_minute": 123, "one_hour": 123, "six_hour": 123, "twenty_four_hour": 123 } ] }
The token address, can be an array of addresses up to 10 (comma separated)
Token price details
Success
Show child attributes