Get Trades
Retrieve all AMM trades executed by the authenticated user
Authorizations
Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Response
List of user trades with details
Timestamp of the block containing the trade
"2025-09-01T11:30:31.000Z"
Market details for the trade
Index of the outcome traded (0 = YES, 1 = NO)
0
Collateral per outcome token
["5000000", "0"]Net cost of the outcome tokens
"4950000"
On-chain transaction hash
"0xabc123..."
Collateral amount traded (in token decimals)
"5000000"
Amount of outcome tokens traded
"10000000"
Price of the outcome token at trade time
"0.50"
Trade direction
Buy, Sell "Buy"