---
title: "List Tokens"
method: GET
path: "/v3/config/list-tokens"
tags: ["Configuration"]
---

# List Tokens

`GET /v3/config/list-tokens`

Retrieves a list of all cryptocurrencies and networks available on the API. This list specifies the cryptocurrencies that merchants can display on a payment page for end users.

## Query parameters

- `direction` 'deposit' | 'withdraw'
- `limit` integer
- `page` integer

## Headers

- `MID` string, required

## Response `200`

List of Supported Tokens Information

- object
  - `status` string
  - `data` object[]
    - `symbol` string — Currency symbol
    - `cryptoTicker` string — Unique token identifier including network (e.g. USDTPOLYGON)
    - `network` string — Blockchain network name
    - `contractAddress` string — Token contract address on the blockchain
    - `logo` string — URL of the token logo
    - `description` string — Human-readable token description
  - `pagination` object
    - `total` integer
    - `pages` integer
    - `currentPage` integer
    - `limit` integer
    - `hasNext` boolean
    - `hasPrev` boolean

## Other responses

- `400` — Request containing missing or invalid parameters.

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
