curl --location 'https://api.bokumonie.com/v2/wallets/balances' \
--header 'Accept: application/json' \
--header 'Idempotency-key: {{$randomUUID}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": "Successful",
"message": "Balances retrieved",
"data": [
{
"wallet_id": "5553881136",
"wallet_name": "Main Wallet",
"currency": "SLE",
"balance": 1469.95,
"updated_at": "2026-04-03T14:58:04.000000Z"
}
],
"timestamp": "2026-04-03T19:56:26.422431Z"
}