For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token

Token price and orderbook operations

Get latest price

get

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
codeintegerOptional

Response code (0 for success)

Example: 0
msgstringOptional

Response message

Example: success
get/token/latest-price

Get orderbook

get

Get 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
codeintegerOptional

Response code (0 for success)

Example: 0
msgstringOptional

Response message

Example: success
get/token/orderbook

Get price history

get

Get historical price data for a specific token (Polymarket-compatible format)

Authorizations
apikeystringRequired

API key for authentication

Query parameters
token_idstringRequired

Token ID

intervalstring · enumOptional

Price data interval: 1m, 1h, 1d, 1w, max

Default: 1dPossible values:
start_atinteger · int64Optional

Start timestamp in Unix seconds

end_atinteger · int64Optional

End timestamp in Unix seconds

Responses
200

Successful response

application/json
codeintegerOptional

Response code (0 for success)

Example: 0
msgstringOptional

Response message

Example: success
get/token/price-history

Last updated