curl --request GET \ --url https://api.syrax.ai/v1/token/price/simple
{ "status": "Success", "time_taken_ms": 123, "data": { "token": "<string>", "price_sol": 123, "price_usd": 123, "marketcap_usd": 123, "bonding_curve_percentage": 123, "last_swap": "<string>" } }
Token address to fetch latest price for
Success
Show child attributes