GET /v1/info/token/popular

Get a list of popular tokens.

get
Authorizations
Query parameters
fromnumberRequired

From index

tonumberRequired

To index

chain_idnumber · enumOptional

Chain id of the tokens

Possible values:
Responses
200
List of popular tokens
application/json
get
GET /trade/v1/info/token/popular?from=1&to=1 HTTP/1.1
Host: 
Authorization: Bearer Bearer
Accept: */*
200

List of popular tokens

[
  {
    "circulatingSupply": 156165165,
    "description": "Unizen (ZCX) is a cryptocurrency launched ...",
    "marketCap": 39434678,
    "maxSupply": 156165165,
    "priceInUsd": 0.1,
    "symbol": "ZCX",
    "name": "Unizen",
    "decimals": 18,
    "totalSupply": 156165165,
    "volume24h": 156165165,
    "percentChange24h": 0.15,
    "isStableCoin": false,
    "contracts": [
      {
        "symbol": "ZCX",
        "blockchain": "Ethereum",
        "contract_address": "0xc52c326331e9ce41f04484d3b5e5648158028804",
        "decimals": 18,
        "chain_id": 1
      }
    ]
  }
]

Last updated

Was this helpful?