Skip to main content
GET
/
v1
/
utils
/
tokens
List supported tokens
curl --request GET \
  --url https://api.swiftpay.finance/v1/utils/tokens
{
  "success": true,
  "data": [
    {
      "symbol": "USDC",
      "name": "USD Coin",
      "type": "ERC-20",
      "coingeckoId": "usd-coin",
      "networks": {
        "1": {
          "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
          "decimals": 6
        },
        "137": {
          "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
          "decimals": 6
        },
        "8453": {
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "decimals": 6
        }
      }
    },
    {
      "symbol": "USDT",
      "name": "Tether USD",
      "type": "ERC-20",
      "coingeckoId": "tether",
      "networks": {
        "1": {
          "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
          "decimals": 6
        },
        "137": {
          "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
          "decimals": 6
        }
      }
    }
  ]
}

Response

200 - application/json

List of supported tokens

success
enum<boolean>
Available options:
true
data
object[]