THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/connect/wallets/' \
--header 'Authorization: {{M2M_BEARER_TOKEN}}'
{
"data": [
{
"wallet_id": "42b129**-****-********-****-*******e44cb",
"counterparty": "dsvg",
"type": "main",
"status": "enabled",
"balances": [
{
"currency": "AUD",
"balance": "60000"
},
{
"currency": "BTC",
"balance": "301"
},
{
"currency": "USD",
"balance": "401"
}
]
}
],
"meta": {
"endpoint": "/v1/connect/wallets/V1_1*****8**1",
"method": "GET",
"timing": 3286
}
}