THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/wallets' \
--header 'Authorization: '
{
"data": {
"wallets": [
{
"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
}
],
"available_wallets": []
},
"meta": {
"endpoint": "/v1/wallets",
"method": "GET",
"timing": 467
}
}