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
symbol | link |
---|---|
eth | Ethereum |
usdt | Ethereum ERC-20 USDT |
usdc | Ethereum ERC-20 USDC |
btc | Bitcoin |
bch | Bitcoin Cash |
btg | Bitcoin Gold |
dash | Dash |
ltc | Litecoin |
qtum | Qtum |
zec | Zcash |
trx | TRON |
usdt_trc20 | TRON TRC-20 USDT |
bnb | Binance Coin |
bscusd | Binance-Peg BSC-USD (BEP-20) |
- ERC-20 - token Ethereum
- TRC-20 - token Tron
- BEP-20 - token Binance Smart Chain
Minimum transaction amount
Cryptocurrency | Value (USD) |
---|---|
Bitcoin | 10.00 |
Bitcoin Cash | 10.00 |
Bitcoin Gold | 10.00 |
DASH | 10.00 |
QTUM | 10.00 |
Zcash | 10.00 |
Litecoin | 10.00 |
Ethereum | 10.00 |
Tether USDT (ERC20) | 10.00 |
USDC (ERC20) | 10.00 |
TRON | 10.00 |
Tether USDt (TRC20) | 10.00 |
Binance Coin | 10.00 |
Tether USDt (BEP20) | 10.00 |
You may create the invoices at cryptocurrency by exchange rate 10USD = amount in crypto
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" }
]
}
]
}
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 code | Value | Value in blockchain units |
---|---|---|
btc | 0.1 | 10000000 |
bch | 15 | 1500000000 |
btg | 135 | 13500000000 |
dash | 35 | 3500000000 |
qtum | 650 | 65000000000 |
zec | 50 | 5000000000 |
ltc | 22 | 2200000000 |
eth | 1.5 | 1500000000000000000 |
usdt | 2000 | 2000000000 |
trx | 33000 | 33000000000 |
usdt_trc20 | 2000 | 2000000000 |
bnb | 8 | 8000000000000000000 |
bscusd | 2000 | 2000000000000000000000 |