Skip to main content

Get OTC Exposures

POST 

/private/GetOtcExposures

Retrieves the max and used OTC exposures.

API Key Permissions Required: Orders and trades - Query open orders & trades

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

Responses

OTC Exposures retrieved.

Schema
    result object
    max_otc stringrequired

    Max OTC exposure assigned to the client.

    max_rfq stringrequired

    Max RFQ exposure assigned to the client.

    used_otc stringrequired

    Used OTC Exposure (chat + RFQ).

    used_rfq stringrequired

    Used RFQ exposure (RFQ only).

    error string[]required
Loading...