Skip to main content

History of order changes

GET /v1/orders/history

Based on the date range, all changes registered in the orderbook.

Query Parameters
  • time_start string required

    Start date

  • time_end string required

    End date

Responses

The last execution report of the requested order.

Schema
  • Array [
  • apikey string

    Apikey

  • exchangeId string

    Exchange id

  • clientOrderId string

    Client order id

  • symbolIdExchange string

    Symbol id exchange

  • symbolIdCoinapi string

    Symbol id in coinapi

  • amountOrder number

    Amount

  • price number

    Price

  • side number

    1-buy, 2-sell

  • orderType string

    Order type

  • timeInForce string

    Time in force

  • expireTime date

    Expire time

  • execInst string[]

    Exec inst

  • clientOrderIdFormatExchange string

    Client order id format

  • exchangeOrderId string

    Exchange order id

  • amountOpen number

    Amount open

  • amountFilled number

    Amount filled

  • avgPx number

    Average price

  • status string

    Status

  • statusHistoryStatus string[]

    History status

  • statusHistoryTime date[]

    History status time

  • errorMessageResult string

    Error message

  • errorMessageReason string

    Error message reason

  • errorMessageMessage string

    Error message

  • fillsTime date[]

    Fills time

  • fillsPrice number[]

    Fills price

  • fillsAmount number[]

    Fills amount

  • createdTime date

    Created time

  • ]
Loading...