Cancel a previously placed order. Order must belong to the profile that the API key belongs to.
ID of the order to cancel
Optional
productId:
string
While not required, the request will be more performant if you include the product ID
The ID of the canceled order
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.
Optional
query:
OrderListQueryParam
Available query parameters (Pagination, Product ID and/or Order Status)
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
You can place two types of orders: limit and market. Orders can only be placed if your account has sufficient funds. Once an order is placed, your account funds will be put on hold for the duration of the order.
Order type and parameters
With best effort, cancel all open orders from the profile that the API key belongs to.