THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/wallets' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USD"
}'
{
"data": [
{
"id": 10,
"client_id": 68,
"wallet_type": "real",
"currency": "USD",
"balance": 0,
"cashier": "premier_cashier",
"counterparty_id": 8,
"created_time": "2025-07-10T04:55:46.945126",
"updated_time": null
}
],
"meta": {
"endpoint": "/v1/wallets",
"method": "POST",
"timing": 3356
}
}