curl --location --request GET '/v1/wallet/api/agent/wallet' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"balance": "string",
"createdDate": "2025-07-10T07:27:05.463Z",
"coin": {
"id": 0,
"symbol": "string",
"name": "string",
"image": "string",
"enableDeposit": true,
"enableWithdrawal": true,
"minAmount": 0,
"maxAmount": 0
},
"isBet": true,
"rate": "string"
}
]