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": {}
}
Withdraw funds from the user’s balance
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": {}
}
successful operation
The response is of type object
.