Saltar al contenido principal
POST
/
v1
/
wallets
/
{walletId}
/
withdraw
/
fiat
/
institution-account-verification
Verify Institution Account
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
}

Autorizaciones

x-api-key
string
header
requerido

Parámetros de ruta

walletId
string
requerido
Ejemplo:

"YOUR_WALLET_ID"

Cuerpo

application/json
assetId
any
requerido

asset ID of the stablecoin to withdraw

amount
any
requerido

amount to withdraw in asset units

accountIdentifier
string
requerido

destination bank account identifier

Ejemplo:

"8032324141"

currency
string
requerido

destination fiat currency code

Ejemplo:

"NGN"

institutionIdentifier
string
requerido

bank or institution identifier code

Ejemplo:

"OPAYNGPC"

Respuesta

200 - application/json

200

data
object
message
string
Ejemplo:

"Institution account verified successfully"

status
boolean
Ejemplo:

true