Get a list of fills filtered by optional query parameters (product_id
, order_id
, etc).
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.
The ID(s) of order(s).
The ID(s) of the trades of fills.
The ID(s) of the product(s) to filter fills by.
Only fills with a trade time after the specified start date are returned.
Only fills with a trade time before the specified end date are returned.
(Deprecated) Only fills matching this retail portfolio id are returned. Only applicable for legacy keys. CDP keys will default to the key's permissioned portfolio.
The number of fills to be returned (default is 100).
For paginated responses, returns all responses that come after this value.
Sort results by a field, results use unstable pagination. Default is sort by creation time
UNKNOWN_SORT_BY
, PRICE
, TRADE_TIME
Only returns the fills where the quote, base or underlying asset matches the provided asset filter(s) (e.g. 'BTC').
A successful response.
The response is of type object
.