Token
Token price and orderbook operations
Get the latest trade price and details for a specific token
Authorizations
apikeystringRequired
API key for authentication
Query parameters
token_idstringRequired
Token ID
Responses
200
Successful response
application/json
Responseall of
400
Bad request - invalid parameters
application/json
get
/token/latest-priceGet the orderbook (market depth) for a specific token
Authorizations
apikeystringRequired
API key for authentication
Query parameters
token_idstringRequired
Token ID
Responses
200
Successful response
application/json
Responseall of
400
Bad request - invalid parameters
application/json
get
/token/orderbookGet historical price data for a specific token (Polymarket-compatible format)
Authorizations
apikeystringRequired
API key for authentication
Query parameters
token_idstringRequired
Token ID
intervalstring · enumOptionalDefault:
Price data interval: 1m, 1h, 1d, 1w, max
1dPossible values: start_atinteger · int64Optional
Start timestamp in Unix seconds
end_atinteger · int64Optional
End timestamp in Unix seconds
Responses
200
Successful response
application/json
Responseall of
400
Bad request - invalid parameters
application/json
get
/token/price-historyLast updated