Skip to main content
GET
/
nbx
/
v2
/
emm
/
account
/
open-costs-and-credit
Get open costs and credit
curl --request GET \
  --url https://api.novig.us/nbx/v2/emm/account/open-costs-and-credit
{
  "openPositionCost": 250,
  "openOrderCost": 100,
  "credit": 500,
  "currency": "CASH"
}

Query Parameters

currency
enum<string>
required

The currency denomination

Available options:
CASH,
COIN

Response

200 - application/json

Successfully retrieved open costs and credit.

openPositionCost
number
required

The cost locked in open positions.

Example:

250

openOrderCost
number
required

The cost locked in open orders.

Example:

100

credit
number
required

The credit amount available to the trader.

Example:

500

currency
enum<string>
required

The currency denomination of the associated wallet.

Available options:
CASH,
COIN
Example:

"CASH"