THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://staging-api-core.deriv.com/v1/payment-agents/withdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_agent_id": "CR90000006",
"amount": "10",
"currency": "USD",
"notes":"hello"
}'{
"data": {
"external_reference_id": "7978cde2-c9e2-11f0-8cb8-fb9ad7f5f6d9",
"request_id": "7978cde2-c9e2-11f0-8cb8-fb9ad7f5f6d9",
"status": "ok",
"amount": 10,
"currency": "USD",
"transfer_status": "COMPLETED",
"wallet_id": "95940ad1-3ad3-44e6-9587-3aa393cc4275",
"login_id": "CR90000021",
"command": "transfer_from_connect"
},
"meta": {
"endpoint": "/v1/payment-agents/withdraw",
"method": "POST",
"timing": 3223
}
}