Withdraw
Testing
POST
/payment/withdraw
withdraw
Last modified:2025-03-07 02:58:31
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/payment/withdraw' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": {
"address": "niJS********************WZH"
},
"from": {
"wallet_id": 135
},
"amount": 1.123
}'
Response Response Example
200 - Success
{
"data": [
{
"id": 463,
"amount": 1.113,
"client_id": 421,
"type": "withdrawal",
"category": "payment",
"cashier": "crypto",
"account": null,
"staff_identifier": null,
"remark": null,
"payment_time": "2025-01-08T01:39:50.637553",
"fee": 0.00265989,
"wallet_id": 383,
"status": "pending",
"account_id": null,
"metadata": {
"id": 437,
"payment_id": 463,
"tracking_id": "677dd*********************1ff",
"transaction_id": "49fa5b*********************cd8385",
"metadata": {
"msg": "The amount is successfully withdraw.",
"data": {
"id": "677dd*********************1ff",
"date": "2025-01-08 01:39:53",
"txid": "49fa5b*********************cd8385",
"amount": "1.11300000",
"wallet_id": "66*********************e9",
"to_address": "nqf*********************BKRXW",
"wallet_name": "ChampionTest",
"explorer_url": "https://coinremitter.com/tcn/tx/49fa5b*********************cd8385?from=coinremitter",
"total_amount": "1.11565990",
"coin_short_name": "TCN",
"processing_fees": "0.00255990",
"transaction_fees": "0.00010000"
},
"flag": 1,
"action": "withdraw"
},
"client_id": null
}
}
],
"meta": {
"endpoint": "/payment/withdraw",
"method": "POST",
"timing": 8192
}
}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
stringÂ
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
Responses
Modified at 2025-03-07 02:58:31