list_orders
List Coinbase brokerage orders with optional filters. Returns canonical Order models.
Documentation Index
Fetch the complete documentation index at: https://opentools.page/docs/llms.txt
Use this file to discover all available pages before exploring further.
coinbase_list_orders
status: Coinbase order status filterlimit: max orders to returnafter: RFC3339 start timestamp (inclusive)until: RFC3339 end timestamp (exclusive)symbols: list of product IDs, e.g.["BTC-USD"]side:buyorsell
- Returns a list of canonical
Orderobjects.
include/exclude: filter which tools are exposed (use full names likecoinbase_list_orders).minimal: omitproviderandprovider_fieldswhenTrue.
Body
This is a request to obtain information. Your API keys are required.
Optional Coinbase order status filter (e.g. PENDING, OPEN, FILLED, CANCELLED).
Max number of orders to return (first page only).
Start date/time (RFC3339) to fetch orders from, inclusive.
End date/time (RFC3339) to fetch orders until, exclusive.
Optional list of product IDs to filter by (e.g. ['BTC-USD']).
Order side filter. Maps to Coinbase BUY/SELL.
buy, sell Response
Array of orders (OpenTools trading schema).
Trading provider identifier. Omitted when minimal=True.
Provider order ID.
Client-supplied order ID when supported.
Instrument symbol (e.g. 'AAPL', 'BTC/USD').
Order side.
buy, sell Order type (e.g. market, limit, stop, stop_limit). Provider-dependent.
Time in force (e.g. day, gtc, ioc, fok). Provider-dependent.
Order status as reported by the provider (e.g. accepted, filled, canceled).
Requested quantity. String to preserve exact precision.
Requested notional amount. String to preserve exact precision.
Filled quantity. String to preserve exact precision.
Average fill price. String to preserve exact precision.
Limit price when applicable. String to preserve exact precision.
Stop price when applicable. String to preserve exact precision.
Submitted timestamp.
Filled timestamp when applicable.
Created timestamp.
Last update timestamp.
Provider-specific fields. Omitted when minimal=True.