Balance & CVU
GET /v1/balance
Section titled “GET /v1/balance”Returns the current ARS balance.
Request
Section titled “Request”curl https://sandbox-api.nuez.app/v1/balance \ -H "Authorization: Bearer <jwt>"Response
Section titled “Response”{ "asset": "ARS", "available": "125430.50" }Errors
Section titled “Errors”| Status | Code | Meaning |
|---|---|---|
404 | USER_NOT_FOUND | Invalid user in token |
422 | ONBOARDING_INCOMPLETE | onboarding not yet started |
GET /v1/cvu
Section titled “GET /v1/cvu”Returns the CVU (and alias, if any) used to receive transfers into this wallet.
Request
Section titled “Request”curl https://sandbox-api.nuez.app/v1/cvu \ -H "Authorization: Bearer <jwt>"Response
Section titled “Response”{ "cvu": "0000003100010000123456", "alias": "", "asset": "ARS" }Same 422 ONBOARDING_INCOMPLETE error as /v1/balance if onboarding hasn’t started.