跳转到主要内容
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
}

授权

x-api-key
string
header
必填

路径参数

walletId
string
必填
示例:

"YOUR_WALLET_ID"

请求体

application/json
assetId
any
必填

asset ID of the stablecoin to withdraw

amount
any
必填

amount to withdraw in asset units

accountIdentifier
string
必填

destination bank account identifier

示例:

"8032324141"

currency
string
必填

destination fiat currency code

示例:

"NGN"

institutionIdentifier
string
必填

bank or institution identifier code

示例:

"OPAYNGPC"

响应

200 - application/json

200

data
object
message
string
示例:

"Institution account verified successfully"

status
boolean
示例:

true