Skip to content

Balance

Returns the current ARS balance of the wallet associated with the API key.

Requires scope: balance:read

Terminal window
curl https://api.nuez.app/v1/balance \
-H "Authorization: Bearer nz_sk_live_..."
{
"balance": 125430.50,
"currency": "ARS",
"wallet_id": "wal_01HXYZ...",
"as_of": "2026-04-23T14:32:01Z"
}