Skip to main content
GET
/
nbx
/
v2
/
emm
/
account
/
balance
Get wallet balance
curl --request GET \
  --url https://api.novig.us/nbx/v2/emm/account/balance
{
  "balance": 1738.42,
  "currency": "CASH"
}

Query Parameters

currency
enum<string>
required

The currency denomination

Available options:
CASH,
COIN

Response

200 - application/json

Successfully retrieved account balance.

balance
number
required

The balance amount available in the wallet.

Example:

1738.42

currency
enum<string>
required

The currency denomination of the associated wallet.

Available options:
CASH,
COIN
Example:

"CASH"