Balance
GET /v1/balance
Section titled “GET /v1/balance”Returns the current ARS balance of the wallet associated with the API key.
Requires scope: balance:read
Request
Section titled “Request”curl https://api.nuez.app/v1/balance \ -H "Authorization: Bearer nz_sk_live_..."Response
Section titled “Response”{ "balance": 125430.50, "currency": "ARS", "wallet_id": "wal_01HXYZ...", "as_of": "2026-04-23T14:32:01Z"}