Axes Docs

Get Last Trade Prices Query Parameters

Get last trade price

GET
/last-trade-price

Query Parameters

token_id*string

Token identifier to inspect.

Response Body

application/json

application/json

application/json

curl -X GET "https://clob.axes.co/last-trade-price?token_id=string"
{
  "price": "string",
  "side": "BUY"
}
{
  "error": "string"
}
{
  "error": "string"
}