EVM · BEP-20
Crypto payments on BNB Chain.
Take invoices paid on BNB Chain, or give every one of your users a permanent BNB Chain deposit address — both from the same API, the same keys and the same balance. Every address is a contract with no private key, and we pay the network fee to sweep it.
What settles on BNB Chain.
The native coin plus 23 stablecoins — see every one. A sender's wallet will call this network BEP-20.
BNBNative coin
USDTStablecoin
USDCStablecoin
AUSDStablecoin
DUSDStablecoin
FDUSDStablecoin
FRXUSDStablecoin
Worth knowing about BNB Chain. USDT and USDC have 18 decimals on BNB Chain, where they have 6 almost everywhere else. Read decimals from the API rather than writing 6 into your code — getting it wrong is a silent error of twelve orders of magnitude.
Two ways to use BNB Chain.
- No BNB to hold. Our operator wallet funds every sweep on BNB Chain.
- No private key anywhere — the address is a contract, and only the factory can move what lands in it.
- Confirmations, network fees and any minimum invoice for BNB Chain come from GET /v1/chains, so your integration tracks the live values.