v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Entity

Returns information about the given token by its symbol for the given blockchain

get/v1/token/{blockchain}/by-symbol/{symbol}

Path parameters

blockchainstring required
Example:ton
symbolstring required
Example:ARBUZ

Response

tokens

Example response

[
  {
    "address": {
      "blockchain": "ton",
      "address": "native"
    },
    "metadata": {
      "name": "ARBUZ",
      "symbol": "ARBUZ"
    }
  }
]