THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/connect/wallets/deposit' \
--header 'Authorization: {{M2M_BEARER_TOKEN_FUNDS}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"wallet_id": "string",
"net_amount": 0,
"currency": "string",
"request_id": "string",
"payout_method": "string",
"is_reversible": true
}'
{
"data": {
"hold_id": "63b31e6d-0b79-4b9b-be57-50e0e0d0907d",
"message": "Transaction is on hold."
},
"meta": {
"endpoint": "/v1/connect/wallets/deposit",
"method": "POST",
"timing": 3751
}
}