Skip to main content

Supported Tokens & Networks

Supported Tokens & Networks

The values you pass for receiving_network, receiving_token_symbol, receiving_token_address, support_networks, and support_tokens must come from the tables below. The lists reflect the currently supported enumeration and may change with configuration.

Field-to-column mapping:

  • receiving_network, support_networks[], support_tokens[].network — the Chain code column (lowercase, e.g. morph).
  • receiving_token_symbol, support_tokens[].symbol — the Token column (e.g. USDT).
  • receiving_token_address, support_tokens[].address — the Contract address column (lowercase).

Supported chains

Chain codeChain namechain_id
bnbBNB Smart Chain56
baseBase8453
ethEthereum1
arbitrumArbitrum One42161
maticPolygon137
morphMorph2818

Supported tokens

Chain codeTokenContract addressDecimals
bnbUSDT0x55d398326f99059ff775485246999027b319795518
bnbUSDC0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d18
baseUSDC0x833589fcd6edb6e08f4c7c32d4f71b54bda029136
baseUSDT0xfde4c96c8593536e31f229ea8f37b2ada2699bb26
ethUSDT0xdac17f958d2ee523a2206206994597c13d831ec76
ethUSDC0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb486
arbitrumUSDT0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb96
arbitrumUSDC0xaf88d065e77c8cc2239327c5edb3a432268e58316
maticUSDT0xc2132d05d31c914a87c6611c10748aeb04b58e8f6
maticUSDC0x3c499c542cef5e3811e1192ce70d8cc03d5c33596
morphUSDT0xe7cd86e13ac4309349f30b3435a9d337750fc82d6
morphUSDC0xcfb1186f4e93d60e60a8bdd997427d1f33bc372b6
note
  • (network, symbol, address) must be the combination from a single row of the token table. A mismatch returns 90120 (an unsupported chain returns 90111).
  • support_tokens must include the primary receiving token (the receiving_* row), and support_networks must equal the deduplicated set of support_tokens[].network.