POST
/
balance
/
withdraw
curl --request POST \
  --url https://staging-biz.coinprofile.co/v2/balance/withdraw \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-User: <api-key>' \
  --header 'X-User-Version: <api-key>' \
  --data '{
  "accountNumber": "<string>",
  "accountName": "<string>",
  "bank": "<string>",
  "bankCode": "<string>",
  "currency": "<string>",
  "amount": "<string>",
  "token": "<string>",
  "otpType": "otp"
}'
{
  "data": {}
}

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required
X-User-Version
string
header
required

Body

application/json

Response

200 - application/json

successful operation

The response is of type object.