/v1/currencies/{type}/currencies:readList the enabled currencies of a given type.
Path parameters
| type* | string | Either "crypto" (assets you can be paid in) or "fiat" (display/quote currencies). |
Example response
{
"error": false,
"number": 0,
"message": [
{
"id": 1,
"symbol": "USDT",
"name": "Tether USD",
"iconUrl": "https://blupay.me/cdn/usdt.png",
"precision": 6,
"type": "Crypto",
"networks": [
{
"currencyNetworkId": 3,
"networkId": 1,
"networkSymbol": "TRC20",
"networkName": "Tron",
"isNative": false,
"contractAddress": "TR7NHq…",
"minimumPayment": "1",
"supportsMemo": false,
"supportsWalletConnect": true,
"requiredConfirmations": 19
}
]
}
]
}Fiat items have the same top-level fields but an empty networks array. Crypto network rows also include minimumDeposit, feePayment, isNative, paymentable, and depositable.