curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/withdraw/fiat/currencies \
--header 'x-api-key: <api-key>'{
"data": [
{
"code": "KES",
"decimals": 2,
"marketRate": "128.615",
"name": "Kenyan Shilling",
"shortName": "KES",
"symbol": "KSh"
},
{
"code": "NGN",
"decimals": 2,
"marketRate": "1477.21",
"name": "Nigerian Naira",
"shortName": "Naira",
"symbol": "₦"
},
{
"code": "TZS",
"decimals": 2,
"marketRate": "2581.77",
"name": "Tanzanian Shilling",
"shortName": "TZS",
"symbol": "TSh"
},
{
"code": "UGX",
"decimals": 2,
"marketRate": "3536.3",
"name": "Ugandan Shilling",
"shortName": "UGX",
"symbol": "USh"
},
{
"code": "BRL",
"decimals": 2,
"marketRate": "5.36",
"name": "Brazilian Real",
"shortName": "Real",
"symbol": "R$"
},
{
"code": "MWK",
"decimals": 2,
"marketRate": "1734.83",
"name": "Malawian Kwacha",
"shortName": "Kwacha",
"symbol": "MK"
}
],
"message": "Currencies fetched successfully",
"status": true
}Get Currencies
curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/withdraw/fiat/currencies \
--header 'x-api-key: <api-key>'{
"data": [
{
"code": "KES",
"decimals": 2,
"marketRate": "128.615",
"name": "Kenyan Shilling",
"shortName": "KES",
"symbol": "KSh"
},
{
"code": "NGN",
"decimals": 2,
"marketRate": "1477.21",
"name": "Nigerian Naira",
"shortName": "Naira",
"symbol": "₦"
},
{
"code": "TZS",
"decimals": 2,
"marketRate": "2581.77",
"name": "Tanzanian Shilling",
"shortName": "TZS",
"symbol": "TSh"
},
{
"code": "UGX",
"decimals": 2,
"marketRate": "3536.3",
"name": "Ugandan Shilling",
"shortName": "UGX",
"symbol": "USh"
},
{
"code": "BRL",
"decimals": 2,
"marketRate": "5.36",
"name": "Brazilian Real",
"shortName": "Real",
"symbol": "R$"
},
{
"code": "MWK",
"decimals": 2,
"marketRate": "1734.83",
"name": "Malawian Kwacha",
"shortName": "Kwacha",
"symbol": "MK"
}
],
"message": "Currencies fetched successfully",
"status": true
}"YOUR_WALLET_ID"
200
Show child attributes
[
{
"code": "KES",
"decimals": 2,
"marketRate": "128.615",
"name": "Kenyan Shilling",
"shortName": "KES",
"symbol": "KSh"
},
{
"code": "NGN",
"decimals": 2,
"marketRate": "1477.21",
"name": "Nigerian Naira",
"shortName": "Naira",
"symbol": "₦"
},
{
"code": "TZS",
"decimals": 2,
"marketRate": "2581.77",
"name": "Tanzanian Shilling",
"shortName": "TZS",
"symbol": "TSh"
},
{
"code": "UGX",
"decimals": 2,
"marketRate": "3536.3",
"name": "Ugandan Shilling",
"shortName": "UGX",
"symbol": "USh"
},
{
"code": "BRL",
"decimals": 2,
"marketRate": "5.36",
"name": "Brazilian Real",
"shortName": "Real",
"symbol": "R$"
},
{
"code": "MWK",
"decimals": 2,
"marketRate": "1734.83",
"name": "Malawian Kwacha",
"shortName": "Kwacha",
"symbol": "MK"
}
]"Currencies fetched successfully"
true