Skip to main content

Get current net liquidation

GET 

/netLiquidation

Returns the net liquidation value in your account calculated using the index prices at the time of the request.

info

This is a private endpoint. To send requests, you need to authenticate.

Rate limit weight points: 5

Request

Responses

The request was successful.

Schema
    netLiquidation object

    The total value of the account in EUR if all positions are closed at the current market prices, including fiat and unrealized P&L.

    valuestring

    The monetary value.

    Example: 1535056.45
    currencystring

    The currency code.

    Example: EUR
    adjustedNetLiquidation object

    The total value of the account in EUR if all positions are closed at the current market prices. Includes fiat balance, unrealized profit or loss (P&L), and long position value adjusted for haircut.

    valuestring

    The monetary value.

    Example: 1505056.45
    currencystring

    The currency code.

    Example: EUR
    minimumNetLiquidation object

    The minimum net liquidation value required to trade from a leveraged account.

    valuestring

    The monetary value.

    Example: 750000.00
    currencystring

    The currency code.

    Example: EUR
    marginRatiostring

    The ratio of adjusted net liquidation to margin requirement. Must be higher than 1.

    Example: 2.34
    shortPositionValue object

    The total value of all short positions in EUR at the current market prices. Represents the current market exposure from sold short positions.

    valuestring

    The monetary value.

    Example: 535056.45
    currencystring

    The currency code.

    Example: EUR
    updatedAtinteger<int64>

    The Unix timestamp of when the net liquidation is calculated. Cannot be used to correlate with the order events.

    Example: 1752139200000000000