---
title: "List supported tokens"
method: GET
path: "/tokens"
tags: ["General"]
---

# List supported tokens

`GET /tokens`

## Query parameters

- `network` 'ethereum' | 'base' | 'bnb-smart-chain' | 'lisk' | 'scroll' | 'celo' | 'arbitrum-one' | 'polygon' | 'asset-chain'

## Response `200`

List of tokens

- object
  - `status` string
  - `message` string
  - `data` SupportedTokenResponse[]
    - `symbol` string — Token symbol (USDT, USDC, cNGN). See [Supported Stablecoins](/resources/supported-stablecoins) for available options.
    - `contractAddress` string
    - `decimals` integer
    - `baseCurrency` string
    - `network` 'ethereum' | 'base' | 'bnb-smart-chain' | 'lisk' | 'scroll' | 'celo' | 'arbitrum-one' | 'polygon' | 'asset-chain' — Network identifier for the blockchain

---

[API](https://skmtc.net/paycrest/apis/paycrest-aggregator-api.md) · [All operations](https://skmtc.net/paycrest/apis/paycrest-aggregator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paycrest/paycrest-aggregator-api/versions/f20903971a91/schema)
