GET
/
tokens
/
search
curl --request GET \
  --url https://api-testnet.gte.xyz/v1/tokens/search
[
  {
    "address": "<string>",
    "decimals": 123,
    "name": "<string>",
    "symbol": "<string>",
    "totalSupply": 123,
    "logoUri": "<string>",
    "priceUsd": 123,
    "volume1HrUsd": 123,
    "volume24HrUsd": 123,
    "marketCapUsd": 123
  }
]

Query Parameters

q
string
required
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

200
application/json

List of tokens

List of tokens.