| product_id | u32 | No | Unique identifier for the product. |
| ticker_id | string | No | Identifier of a ticker with delimiter to separate base/target. |
| trade_id | integer | No | A unique ID associated with the trade for the currency pair transaction. |
| price | decimal | No | Trade price of base asset in target currency. |
| base_filled | decimal | No | Amount of base volume filled in trade. |
| quote_filled | decimal | No | Amount of quote/target volume filled in trade. |
| timestamp | integer | No | Unix timestamp in seconds for when the transaction occurred. |
| trade_type | string | No | Indicates the type of the transaction that was completed ("buy" or "sell"). |