GET /trade/v1/info/token/search

Get list of tokens and their information given a search term.

get
Query parameters
searchstringRequired

Term to search

Example: ZCX
Header parameters
X-Api-KeystringOptional

Api key

Responses
chevron-right
200

List of tokens

application/json
circulating_supplynumberRequiredExample: 156165165
converted_tostringRequired

Fiat currency that the price has been converted

Example: USD
date_addednumberRequired

Timestamp of addition

Example: 1618531200
descriptionstringRequired

Description of the token

Example: Unizen (ZCX) is a cryptocurrency launched ...
idnumberRequired

Id of the token

Example: 9263
market_capnumberRequired

Market cap of the token

Example: 39434678
max_supplynumberRequired

Maximum supply of the token

Example: 156165165
namestringRequired

Fiat currency that the price has been converted

Example: USD
num_market_pairsnumberRequired

Number of market pairs

Example: 21
pricenumberRequired

Price of the token

Example: 0.1
ranknumberRequired

Rank of the token

Example: 1
source_codestringRequired

Url of the source code

Example: https://github.com/unizen-io
symbolstringRequired

Symbol of the token

Example: ZCX
timestampnumberRequired

Timestamp of generation

Example: 1685868300
total_supplynumberRequired

Total supply of the token

Example: 156165165
volume_24hnumberRequired

Volume of the token in the last 24h

Example: 156165165
websitestringRequired

Website of the token

Example: https://unizen.io/
percent_change_24hnumberRequired

Percent change in the last 24h

Example: 0.15
is_stable_coinstringRequired

is stable coin or not

Example: false
get
/trade/v1/info/token/search
200

List of tokens

Last updated