OptionalmakerMaker account identity.
Trade price (chain integer).
Trade quantity in base asset (chain integer).
The maker's order side ("buy" or "sell").
This is an objective property of the trade — both maker and taker see the
same value. To determine your own direction when you may be either maker
or taker, combine side with trader_side.
OptionaltakerTaker account identity.
Trade execution timestamp (milliseconds since epoch).
Total trade value in quote asset (chain integer).
Unique trade identifier.
Optionaltrader_The querying account's role: "maker", "taker", or "both" (self-trade).
Only present on trades returned by account-scoped endpoints
(e.g. getTrades({ account: ... })).
A completed trade on the exchange.
Example