Fetch available currencies
Last updated
Last updated
Get list of available currencies for depositing/withdrawing
Public API-key
Signing the request body with a private API-key
Request content type
application/json
POST /api-gateway/available-currencies HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
{
"success": true,
"response": [
{
"currency": "USDT",
"alias": "Ethereum",
"allowDeposit": true,
"allowWithdrawal": true,
"priceUSD": "1.00",
"networks": [
{
"name": "ethereum",
"alias": "Ethereum",
"contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"addressRegex": "^0x[a-fA-F0-9]{40}$",
"tagRegex": "null",
"allowDeposit": true,
"allowWithdrawal": true,
"allowCrosschainBridge": true,
"allowCrosschainSwapFrom": true,
"allowCrosschainSwapTo": true,
"allowAutoSwapFrom": true,
"allowAutoSwapTo": true,
"withdrawalFee": "4.6",
"withdrawalMin": "2",
"confirmations": "4000.00",
"underMaintenance": "4000.00"
}
]
}
]
}