Class OrderAPI

Constructors

Properties

URL: {
    ORDERS: string;
} = ...

Methods

  • List your orders from the profile that the API key belongs to. Only open or un-settled orders are returned. As soon as an order is no longer open and settled, it will no longer appear in the default request.

    Parameters

    • Optionalquery: OrderListQueryParam

      Available query parameters (Pagination, Product ID and/or Order Status)

    Returns Promise<PaginatedData<Order>>

    Depending on your activity, fetching all data from this endpoint can take very long (measured already 25 seconds!)

    https://docs.cloud.coinbase.com/exchange/reference/exchangerestapi_getorders