Skip to main content

Get OTC Active Quotes

POST 

/private/GetOtcActiveQuotes

Retrieves a list of active OTC quotes.

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

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    vault_id string

    The unique identifier of the vault associated with the OTC trade. This parameter is specifically used for custody OTC trades to filter quotes related to a particular vault.

Responses

Active quotes retrieved.

Schema
    result object[]
  • Array [
  • expires objectrequired

    Expiration time of the quote.

    time int64required

    Unix timestamp in milliseconds.

    quote_id stringrequired

    The id of the quote.

    client_order_id string

    The client order ID when quote was requested by an external partner client.

    base stringrequired

    Base (amount) asset of the pair.

    quote stringrequired

    Quote asset of the pair.

    type stringrequired

    Possible values: [buy, sell]

    Buy or sell.

    price string

    The unit price.

    amount stringrequired

    Quantity of the base asset.

    total string

    Quantity of the quote asset.

    settlement stringrequired

    Possible values: [automated, flexible]

    If the settlement is automated or flexible. Only automated is currently supported through the API.

  • ]
  • error string[]required
Loading...