token search
Search for tokens by providing a name, symbol or token address.
QUERY PARAMS
keyword
string
required
Keyword search.
search_mode
string
An option to search tokens with exact match or partially match.
Enum: exact, fuzzy
search_by
string
An option to search tokens by address, name, symbol or all of them.
Enum: combination, address, name, symbol
exclude_unverified_token
boolean
Exclude unverified tokens.
sort_by
string
The parameter allows you to specify the field by which the returned list will be sorted.
Enum: reputation, market_cap, volume_24h
sort_order
string
The parameter allows you to specify the sort order.
Enum: asc, desc
page
number
Page number for pagination.
page_size
number
Number items per page.
Enum: 10, 20, 30, 40
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!