Tokens
| Token | API Identifier | Description |
|---|---|---|
| USDT | usdt | Tether USD stablecoin |
| USDC | usdc | USD Coin stablecoin |
Networks
| Network | API Identifier | Chain | Typical Confirmation Time |
|---|---|---|---|
| BEP-20 | bep20 | BNB Smart Chain | ~15 seconds |
| TRC-20 | trc20 | Tron | ~3 minutes |
| Base | base | Base (L2) | ~2 seconds |
| Solana | solana | Solana | ~400 milliseconds |
Usage in API Requests
Pass lowercase identifiers incrypto_currency and network fields:
Valid Combinations
| Token | bep20 | trc20 | base | solana |
|---|---|---|---|---|
usdt | Supported | Supported | Not supported | Supported |
usdc | Supported | Supported | Supported | Supported |
Deposit Address Format
Each transaction returns adeposit_address specific to the requested network. Sending funds on a different network than specified will result in lost funds.