curl --request POST \
--url https://api.blockradar.co/v1/wallets/{walletId}/addresses/{addressId}/withdraw/fiat/quote \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"accountIdentifier": "0023103996",
"amount": 0.5,
"assetId": "37079b6b-b74f-48e9-a394-9a5cbae88f12",
"currency": "NGN",
"institutionIdentifier": "SBICNGLA",
"providerId": "1c40879e-c340-4308-92d9-30bdb34b3b84"
}
'{
"data": {
"estimatedArrivalTime": 30,
"nativeBalance": "0.001341843733953408",
"nativeBalanceInUSD": "0.0013413069964598266368",
"networkFee": "0.000012017210897804",
"networkFeeInUSD": "0.0000120124040134448784",
"transactionFee": "0"
},
"message": "Successful",
"status": true
}Child Address Get Quote
curl --request POST \
--url https://api.blockradar.co/v1/wallets/{walletId}/addresses/{addressId}/withdraw/fiat/quote \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"accountIdentifier": "0023103996",
"amount": 0.5,
"assetId": "37079b6b-b74f-48e9-a394-9a5cbae88f12",
"currency": "NGN",
"institutionIdentifier": "SBICNGLA",
"providerId": "1c40879e-c340-4308-92d9-30bdb34b3b84"
}
'{
"data": {
"estimatedArrivalTime": 30,
"nativeBalance": "0.001341843733953408",
"nativeBalanceInUSD": "0.0013413069964598266368",
"networkFee": "0.000012017210897804",
"networkFeeInUSD": "0.0000120124040134448784",
"transactionFee": "0"
},
"message": "Successful",
"status": true
}"YOUR_WALLET_ID"
"0x73429037E2284FaC97F6D90Fa83840eD334c8A20"
destination bank account identifier
"0023103996"
amount to withdraw in asset units
0.5
asset ID of the stablecoin to withdraw
"37079b6b-b74f-48e9-a394-9a5cbae88f12"
destination fiat currency code
"NGN"
bank or institution identifier code
"SBICNGLA"
"1c40879e-c340-4308-92d9-30bdb34b3b84"