Retrieves the product specified by the route
GET
/v0/products/{product_id}
Authorizations
Parameters
Path Parameters
product_id
required
A UUID newtype
string format: uuid
Unique identifier of the product
Responses
200
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
from
required
The starting time of the delivery interval for the product
string format: date-time
kind
required
A tag describing the type of product (e.g. “FORWARD” or “OPTION”)
string
thru
required
The stopping time of the delivery interval for the product
string format: date-time
id
required
Unique identifier for the product
string format: uuid