Skip to main content

Get OTC Historical Quotes

POST 

/private/GetOtcHistoricalQuotes

Retrieves OTC quotes history.

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

Historical quotes retrieved.

Schema
    result object[]
  • Array [
  • trade_id string

    The Trade ID of the quote. Only present once the associated trade has been booked for an accepted quote

    status string

    Possible values: [Modified, Deleted]

    The status of the quote

    acceptance objectrequired

    Acceptance

    status stringrequired

    Possible values: [accepted, rejected, expired]

    The acceptance status of the quote.

    time int64required

    Unix timestamp in milliseconds.

    settlement_status stringrequired

    Possible values: [settled, unsettled]

    The settlement status of the quote.

    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 stringrequired

    The unit price.

    amount stringrequired

    Quantity of the base asset.

    total stringrequired

    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...