Orders
Supported order attributes:
Attribute |
Type |
Description |
id |
number |
Unique identifier of the order. |
deal_id |
string |
Id of the deal the order is associated to. |
discount |
number |
Discount on the whole order in percents. |
created_at |
string |
Date and time that the order was created in UTC (ISO8601 format). |
Endpoints
Stream Order
Read the stream of order events.
See Overview article for more details on request and response formats and parameters.