Supported Currencies
This endpoint allows you to access a comprehensive list of supported cryptocurrencies, including their network details, symbol, name, and withdrawal information, enabling you to identify the appropriate network for each currency.
get
Responses
200
Successful operation
application/json
get
import requests
url = 'https://api.oxapay.com/v1/common/currencies'
response = requests.get(url)
result = response.json()
print(result)
200
Successful operation
{
"data": {
"BTC": {
"symbol": "BTC",
"name": "Bitcoin",
"status": true,
"networks": {
"Bitcoin": {
"network": "Bitcoin",
"name": "Bitcoin Network",
"keys": [
"Bitcoin",
"BTC"
],
"required_confirmations": 2,
"withdraw_fee": 0.00011,
"withdraw_min": 0.000045,
"deposit_min": 9.28e-8,
"static_fixed_fee": 0.000002
}
}
},
"ETH": {
"symbol": "ETH",
"name": "Ethereum",
"status": true,
"networks": {
"Ethereum": {
"network": "Ethereum",
"name": "Ethereum Network",
"keys": [
"Ethereum",
"ERC20",
"ETH"
],
"required_confirmations": 10,
"withdraw_fee": 0.0002,
"withdraw_min": 0.0001,
"deposit_min": 0.0000040832,
"static_fixed_fee": 0
},
"Base": {
"network": "Base",
"name": "Base Network",
"keys": [
"Base"
],
"required_confirmations": 10,
"withdraw_fee": 8e-7,
"withdraw_min": 0.0002,
"deposit_min": 0.0000040832,
"static_fixed_fee": 0
}
}
},
"USDT": {
"symbol": "USDT",
"name": "Tether",
"status": true,
"networks": {
"Ethereum": {
"network": "Ethereum",
"name": "Ethereum Network",
"keys": [
"Ethereum",
"ERC20",
"ETH"
],
"required_confirmations": 10,
"withdraw_fee": 5,
"withdraw_min": 1,
"deposit_min": 0.01,
"static_fixed_fee": 0
},
"Tron": {
"network": "Tron",
"name": "Tron Network",
"keys": [
"Tron",
"TRC20",
"TRX"
],
"required_confirmations": 10,
"withdraw_fee": 1,
"withdraw_min": 0.01,
"deposit_min": 0.01,
"static_fixed_fee": 0.3
},
"BSC": {
"network": "BSC",
"name": "Binance Smart Chain",
"keys": [
"BSC",
"BEP20",
"BNB",
"Binance"
],
"required_confirmations": 15,
"withdraw_fee": 0.25,
"withdraw_min": 0.01,
"deposit_min": 0.01,
"static_fixed_fee": 0
},
"Polygon": {
"network": "Polygon",
"name": "Polygon Network",
"keys": [
"Polygon",
"POL"
],
"required_confirmations": 50,
"withdraw_fee": 0.25,
"withdraw_min": 0.01,
"deposit_min": 0.01,
"static_fixed_fee": 0
},
"The Open Network": {
"network": "The Open Network",
"name": "TON Network",
"keys": [
"The Open Network",
"TON"
],
"required_confirmations": 3,
"withdraw_fee": 0.25,
"withdraw_min": 0.01,
"deposit_min": 0.01,
"static_fixed_fee": 0
}
}
},
"USDC": {
"symbol": "USDC",
"name": "USD Coin",
"status": true,
"networks": {
"Ethereum": {
"network": "Ethereum",
"name": "Ethereum Network",
"keys": [
"Ethereum",
"ERC20",
"ETH"
],
"required_confirmations": 10,
"withdraw_fee": 5,
"withdraw_min": 5,
"deposit_min": 0.0100020004,
"static_fixed_fee": 0
}
}
},
"BNB": {
"symbol": "BNB",
"name": "BNB",
"status": true,
"networks": {
"BSC": {
"network": "BSC",
"name": "Binance Smart Chain",
"keys": [
"BSC",
"BEP20",
"BNB",
"Binance"
],
"required_confirmations": 15,
"withdraw_fee": 0.0000126,
"withdraw_min": 0.0004,
"deposit_min": 0.0000151999,
"static_fixed_fee": 0
}
}
},
"DOGE": {
"symbol": "DOGE",
"name": "Dogecoin",
"status": true,
"networks": {
"Dogecoin": {
"network": "Dogecoin",
"name": "Dogecoin Network",
"keys": [
"Dogecoin",
"DOGE"
],
"required_confirmations": 12,
"withdraw_fee": 0.009,
"withdraw_min": 0.01,
"deposit_min": 0.0620039683,
"static_fixed_fee": 0
}
}
},
"POL": {
"symbol": "POL",
"name": "Polygon",
"status": true,
"networks": {
"Polygon": {
"network": "Polygon",
"name": "Polygon Network",
"keys": [
"Polygon",
"POL"
],
"required_confirmations": 50,
"withdraw_fee": 0.005,
"withdraw_min": 0.001,
"deposit_min": 0.0554323725,
"static_fixed_fee": 0
}
}
},
"LTC": {
"symbol": "LTC",
"name": "Litecoin",
"status": true,
"networks": {
"Litecoin": {
"network": "Litecoin",
"name": "Litecoin Network",
"keys": [
"Litecoin",
"LTC"
],
"required_confirmations": 3,
"withdraw_fee": 0.00014,
"withdraw_min": 0.002,
"deposit_min": 0.0001189343,
"static_fixed_fee": 0
}
}
},
"SOL": {
"symbol": "SOL",
"name": "Solana",
"status": true,
"networks": {
"Solana": {
"network": "Solana",
"name": "Solana Network",
"keys": [
"Solana",
"SOL"
],
"required_confirmations": 30,
"withdraw_fee": 0.00003,
"withdraw_min": 0.01,
"deposit_min": 0.0000671006,
"static_fixed_fee": 0
}
}
},
"TRX": {
"symbol": "TRX",
"name": "Tron",
"status": true,
"networks": {
"Tron": {
"network": "Tron",
"name": "Tron Network",
"keys": [
"Tron",
"TRC20",
"TRX"
],
"required_confirmations": 10,
"withdraw_fee": 1,
"withdraw_min": 0.0001,
"deposit_min": 0.0355745286,
"static_fixed_fee": 0
}
}
},
"SHIB": {
"symbol": "SHIB",
"name": "Shiba Inu",
"status": true,
"networks": {
"BSC": {
"network": "BSC",
"name": "Binance Smart Chain",
"keys": [
"BSC",
"BEP20",
"BNB",
"Binance"
],
"required_confirmations": 15,
"withdraw_fee": 3000,
"withdraw_min": 1000,
"deposit_min": 880.2816901408,
"static_fixed_fee": 0
}
}
},
"TON": {
"symbol": "TON",
"name": "Toncoin",
"status": true,
"networks": {
"The Open Network": {
"network": "The Open Network",
"name": "TON Network",
"keys": [
"The Open Network",
"TON"
],
"required_confirmations": 3,
"withdraw_fee": 0.008,
"withdraw_min": 0.05,
"deposit_min": 0.003550632,
"static_fixed_fee": 0
}
}
},
"XMR": {
"symbol": "XMR",
"name": "Monero",
"status": true,
"networks": {
"Monero": {
"network": "Monero",
"name": "Monero Network",
"keys": [
"Monero",
"XMR"
],
"required_confirmations": 3,
"withdraw_fee": 0.00009,
"withdraw_min": 0.0001,
"deposit_min": 0.0000313853,
"static_fixed_fee": 0
}
}
},
"DAI": {
"symbol": "DAI",
"name": "DAI",
"status": true,
"networks": {
"Polygon": {
"network": "Polygon",
"name": "Polygon Network",
"keys": [
"Polygon",
"POL"
],
"required_confirmations": 50,
"withdraw_fee": 1,
"withdraw_min": 0.01,
"deposit_min": 0.01,
"static_fixed_fee": 0
}
}
},
"BCH": {
"symbol": "BCH",
"name": "Bitcoin Cash",
"status": true,
"networks": {
"BitcoinCash": {
"network": "BitcoinCash",
"name": "Bitcoin Cash Network",
"keys": [
"BitcoinCash",
"BCH"
],
"required_confirmations": 4,
"withdraw_fee": 0.000024,
"withdraw_min": 0.00001,
"deposit_min": 0.0000199045,
"static_fixed_fee": 0
}
}
},
"NOT": {
"symbol": "NOT",
"name": "NotCoin",
"status": true,
"networks": {
"The Open Network": {
"network": "The Open Network",
"name": "TON Network",
"keys": [
"The Open Network",
"TON"
],
"required_confirmations": 3,
"withdraw_fee": 14,
"withdraw_min": 5,
"deposit_min": 5.681172594,
"static_fixed_fee": 0
}
}
},
"DOGS": {
"symbol": "DOGS",
"name": "Dogs",
"status": true,
"networks": {
"The Open Network": {
"network": "The Open Network",
"name": "TON Network",
"keys": [
"The Open Network",
"TON"
],
"required_confirmations": 3,
"withdraw_fee": 210,
"withdraw_min": 5,
"deposit_min": 80.5152979066,
"static_fixed_fee": 0
}
}
}
},
"message": "Operation completed successfully!",
"error": {},
"status": 200,
"version": "1.0.0"
}
Last updated