Skip to main content

Available currencies and limits

Available cryptocurrencies

For businesses, XAMAX generates payment addresses (wallets) in different cryptocurrencies. XAMAX also monitors the balances of these wallets and instantly reports on payment for goods and services. XAMAX currently allows settlements in the following cryptocurrencies

symbollink
ethEthereum
usdtEthereum ERC-20 USDT
usdcEthereum ERC-20 USDC
btcBitcoin
bchBitcoin Cash
btgBitcoin Gold
dashDash
ltcLitecoin
qtumQtum
zecZcash
trxTRON
usdt_trc20TRON TRC-20 USDT
bnbBinance Coin
busdBinance USD (BEP-20)
bscusdBinance-Peg BSC-USD (BEP-20)
tip
  • ERC-20 - token Ethereum
  • TRC-20 - token Tron
  • BEP-20 - token Binance Smart Chain

Minimum transaction amount

Currency codeValueValue in blockchain units
btc0.001100000
bch0.001100000
btg0.001100000
dash0.001100000
qtum0.001100000
zec0.001100000
ltc0.011000000
eth0,0110000000000000000
usdt1515000000
trx1515000000
usdt_trc201515000000
bnb0.10100000000000000000
busd1515000000000000000000
bscusd1515000000000000000000
tip

You can use request /.config/processing.json to get default units for all cryptocurrencies. They are permanent and you can use them to convert cryptocurrencies to their units on your side

Don't forget that for PHP language you should use libraries for big numbers

{
"blockchains": [
{
"code": "eth",
"unit": "1000000000000000000",
"tokens": [
{ "code": "usdt", "unit": "1000000" },
{ "code": "usdc", "unit": "1000000" }
]
},
{ "code": "btc", "unit": "100000000", "tokens": [] },
{ "code": "bch", "unit": "100000000", "tokens": [] },
{ "code": "ltc", "unit": "100000000", "tokens": [] },
{ "code": "qtum", "unit": "100000000", "tokens": [] },
{ "code": "zec", "unit": "100000000", "tokens": [] },
{
"code": "trx",
"unit": "1000000",
"tokens": [{ "code": "usdt_trc20", "unit": "1000000" }]
},
{
"code": "bsc",
"unit": "1",
"tokens": [
{ "code": "bnb", "unit": "1000000000000000000" },
{ "code": "bscusd", "unit": "1000000000000000000" },
{ "code": "busd", "unit": "1000000000000000000" }
]
}
]
}

Wallet rotation settings

After the minimum amount is accumulated, wallets are automatically rotated and addresses are changed. Wallets are transferred to the waiting status and after that you can withdraw funds to the merchant's cold wallet.

Currency codeValueValue in blockchain units
btc0.110000000
bch151500000000
btg13513500000000
dash353500000000
qtum65065000000000
zec505000000000
ltc222200000000
eth1.51500000000000000000
usdt20002000000000
trx3300033000000000
usdt_trc2020002000000000
bnb88000000000000000000
busd20002000000000000000000000
bscusd20002000000000000000000000