v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Entity

Returns information about the given token for the given blockchain

get/v1/token/{blockchain}/{address}

Path parameters

blockchainstring required
Example:ton
addressstring required
Example:EQAM2KWDp9lN0YvxvfSbI0ryjBXwM70rakpNIHbuETatRWA1

Response

token

Example response

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