cURL
curl --request GET \ --url https://api.example.com/api/market/v1/list-ai-tokens
{ "tokens": [ { "symbol": "<string>", "name": "<string>", "price": 123, "change": 123, "sparkline": [ 123 ], "change7d": 123 } ] }
ListAiTokens retrieves AI-focused crypto token prices and changes.
Successful response
ListAiTokensResponse contains AI token price data.
Show child attributes
Was this page helpful?