Last updated 1 year ago
Get list of available currencies for depositing/withdrawing
/api-gateway/available-currencies
Public API-key
Signing the request body with a private API-key
Request content type
application/json
curl -L \ --request POST \ --url 'https://ocp.onchainpay.io/api-gateway/available-currencies' \ --header 'Content-Type: application/json'
{ "success": true, "response": [ { "currency": "USDT", "alias": "Ethereum", "allowDeposit": true, "allowWithdrawal": true, "priceUSD": "1.00", "networks": [ { "name": "ethereum", "alias": "Ethereum", "addressRegex": "^0x[a-fA-F0-9]{40}$", "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", "contract": "0xdac17f958d2ee523a2206206994597c13d831ec7", "tagRegex": "null" } ] } ] }