curl --location 'https://dashboard.aurpay.net/api/order/pay/crypto-currency' \
--header 'API-Key: <api-key>'{
"code": 0,
"message": "ok",
"data": [
{
"chain": "ETH",
"currency": "ETH",
"status": true
},
{
"chain": "ETH",
"currency": "USDT-ERC20",
"status": true
},
{
"chain": "ETH",
"currency": "USDC-ERC20",
"status": true
},
{
"chain": "ETH",
"currency": "DAI-ERC20",
"status": true
},
{
"chain": "BTC",
"currency": "BTC",
"status": true
},
{
"chain": "BLN",
"currency": "BTC-LN",
"status": true
},
{
"chain": "LTC",
"currency": "LTC",
"status": true
},
{
"chain": "BSC",
"currency": "BNB",
"status": true
},
{
"chain": "TRX",
"currency": "USDT-TRC20",
"status": true
},
{
"chain": "TRX",
"currency": "USDC-TRC20",
"status": true
}
],
"result": true
}