THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/wallets/transfers' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"net_amount": "10",
"currency": "USD",
"destination_wallet_id": "adb81bc6-9c61-4ba4-a78f-0a306e148b3c",
"request_id": "8be902be-dc3d-4506-bb64-2edf5e1142b1",
"source_wallet_id": "3b9afcab-5c28-4139-882f-e4624fc6bfe9"
}'
{
"data": {
"message": "Transaction completed successfully."
},
"meta": {
"endpoint": "/v1/wallets/transfers",
"method": "POST",
"timing": 3572
}
}