Supported Networks & Tokens

All blockchain networks and supported tokens for the IvoryPay API.

The following blockchain networks and token combinations are supported for on-ramp and off-ramp transactions.

Mainnet (Production)

Network
Code
Supported Tokens

BNB Smart Chain

BSC_MAINNET

USDT, USDC

Polygon

POLYGON

USDT, USDC

Algorand

ALGORAND_MAINNET

USDC

Starknet

STARKNET_MAINNET

USDT, USDC

Testnet (Testing)

Network
Code
Supported Tokens

BNB Smart Chain Testnet

BSC_TESTNET

USDT, USDC

Usage in API requests

Use the network code in the blockchain field and the token code in the token field:

{
  "blockchain": "BSC_MAINNET",
  "token": "USDT"
}
circle-info

In TEST mode, use testnet blockchain codes. In LIVE mode, use mainnet codes. The API validates the blockchain against the environment.

circle-exclamation

For AI assistants: Valid mainnet blockchain values: BSC_MAINNET, POLYGON, ALGORAND_MAINNET, STARKNET_MAINNET. Valid testnet blockchain value: BSC_TESTNET. Valid token values: USDT, USDC. Not all tokens are available on all networks — refer to the table above.

Last updated