Skip to content

Balance & CVU

Returns the current ARS balance.

Terminal window
curl https://sandbox-api.nuez.app/v1/balance \
-H "Authorization: Bearer <jwt>"
{ "asset": "ARS", "available": "125430.50" }
StatusCodeMeaning
404USER_NOT_FOUNDInvalid user in token
422ONBOARDING_INCOMPLETEonboarding not yet started

Returns the CVU (and alias, if any) used to receive transfers into this wallet.

Terminal window
curl https://sandbox-api.nuez.app/v1/cvu \
-H "Authorization: Bearer <jwt>"
{ "cvu": "0000003100010000123456", "alias": "", "asset": "ARS" }

Same 422 ONBOARDING_INCOMPLETE error as /v1/balance if onboarding hasn’t started.