Retrieving Lists of Available Currencies and Invoice Parameters
GET /api/external/v1/gateway/payment-currency
{
"success": true,
"status": null,
"response": {
"ETH": {
"name": "Ethereum",
"ticker": "ETH",
"type": "CRYPTO",
"payment_method": {
"ETHER": {
"key": "ETHER",
"name": "Ethereum",
"type": "Erc-20",
"deposit": {
"fee": {
"flex_percent": "1"
}
},
"withdrawal": {
"fee": {
"flex_percent": "1"
}
}
}
}
},
"USDT": {
/* Data about Tether USD and other currencies */
},
/* Other currencies */
},
"errors": null
}Retrieving Currency and Invoice Parameters by Ticker
Last updated