list_products
Authorizations
Parameters
Query Parameters
An optional filter to restrict the kind of product by
An optional filter to select products with delivery windows on or before this value
An optional filter to select products with delivery windows on or after this value
Responses
200
Standard response format for product queries.
This structure provides a consistent format for returning product query results, including optional pagination metadata.
object
A query for searching for known products
object
An optional filter to select products with delivery windows on or after this value
An optional filter to select products with delivery windows on or before this value
An optional filter to restrict the kind of product by
Collection of product query results
A product record combines a standard product ID with implementation-specific data.
Products are the fundamental tradable entities in the system. The core only defines products by their ID, allowing implementations to attach domain-specific data.
Product records are immutable once defined.
object
The starting time of the delivery interval for the product
A tag describing the type of product (e.g. “FORWARD” or “OPTION”)
The stopping time of the delivery interval for the product
Unique identifier for the product