---
title: "Get tokens"
method: GET
path: "/api/v1/config/tokens"
tags: ["Configuration"]
---

# Get tokens

`GET /api/v1/config/tokens`

Returns the list of tokens available for the requesting company from the tokens cache

## Response `200`

OK

- ResponseConfigTokensResponse
  - `data` ResponseConfigTokenResponse[], required — Tokens available for the requesting company
    - `address` string, required — Address of the token
    - `base_token_address` string — Address of the base token for synthetic / derivative tokens
    - `decimals` integer, required — Number of decimals of the token
    - `default_symbol` string — Default symbol of the token
    - `equivalent_symbols` string[] — Equivalent symbols of the token
    - `is_active` boolean — Indicator of whether the token is active
    - `supported_chain_ids` integer[] — Chain identifiers on which the token is supported
    - `symbol` string, required — Symbol of the token
    - `token_type` 'Regular' | 'Synthetic' | 'DerivativeStable' | 'DerivativeVolatile', required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
