Skip to main content

Tokens

TokenAPI IdentifierDescription
USDTusdtTether USD stablecoin
USDCusdcUSD Coin stablecoin

Networks

NetworkAPI IdentifierChainTypical Confirmation Time
BEP-20bep20BNB Smart Chain~15 seconds
TRC-20trc20Tron~3 minutes
BasebaseBase (L2)~2 seconds
SolanasolanaSolana~400 milliseconds

Usage in API Requests

Pass lowercase identifiers in crypto_currency and network fields:
{
  "crypto_currency": "usdt",
  "network": "trc20"
}

Valid Combinations

Tokenbep20trc20basesolana
usdtSupportedSupportedNot supportedSupported
usdcSupportedSupportedSupportedSupported

Deposit Address Format

Each transaction returns a deposit_address specific to the requested network. Sending funds on a different network than specified will result in lost funds.