cURL
curl --request POST \ --url https://api.blockradar.co/v1/wallets/{walletId}/withdraw/fiat/institution-account-verification \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "accountIdentifier": "8032324141", "currency": "NGN", "institutionIdentifier": "OPAYNGPC" } '
{ "data": { "accountName": "JOHN DOE" }, "message": "Institution account verified successfully", "status": true }
Verify Institution Account
"YOUR_WALLET_ID"
asset ID of the stablecoin to withdraw
amount to withdraw in asset units
destination bank account identifier
"8032324141"
destination fiat currency code
"NGN"
bank or institution identifier code
"OPAYNGPC"
200
Show child attributes
"Institution account verified successfully"
true