GET
/
token
/
price
/
simple
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>"
  }
}
Cost per call: 1 credit

Query Parameters

token
string
required

Token address to fetch latest price for

Response

200
application/json
Token price
status
enum<string>
required
Available options:
Success
time_taken_ms
number
required
data
object
required