v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Configuration

Get tokens

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

get/api/v1/config/tokens

Response

OK

Example response

{
  "data": [
    {
      "address": "0xA7E41d5680dE394EaA2ed417169DFf56840Fb3EE",
      "base_token_address": "0xA7E41d5680dE394EaA2ed417169DFf56840Fb3EE",
      "decimals": 18,
      "default_symbol": "USDT",
      "equivalent_symbols": [
        "USDC",
        "USDT"
      ],
      "is_active": true,
      "supported_chain_ids": [
        1,
        137
      ],
      "symbol": "USDT"
    }
  ]
}