Token Data
Price Detailed
API Documentation
Token Data
Token Data
Price Detailed
GET
/
token
/
price
/
detailed
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
}
]
}
Cost per call: 5 credits
Query Parameters
The token address, can be an array of addresses up to 10 (comma separated)
Response
200
application/json
Token price details
Available options:
Success
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
}
]
}