v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
Entity

Returns list of tokens supported by the service

get/v1/tokens

Query parameters

listedboolean

If true, only officially listed tokens are returned

Response

list of tokens

Example response

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