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

Quote Token

Quote token (currency) operations

Get quote token list

get

Retrieve a list of quote tokens (trading pair quote currencies)

Authorizations
apikeystringRequired

API key for authentication

Query parameters
pageintegerOptional

Page number

Default: 1
limitintegerOptional

Number of items per page

Default: 10
quoteTokenNamestringOptional

Filter by quote token name

chainIdstringOptional

Filter by chain ID

Responses
200

Successful response

application/json
codeintegerOptional

Response code (0 for success)

Example: 0
msgstringOptional

Response message

Example: success
get/quoteToken

Last updated