Skip to main content
GET
Get Trades

Authorizations

lmts-api-key
string
header
required

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

blockTimestamp
string
required

Timestamp of the block containing the trade

Example:

"2025-09-01T11:30:31.000Z"

market
object
required

Market details for the trade

outcomeIndex
number
required

Index of the outcome traded (0 = YES, 1 = NO)

Example:

0

outcomeTokenAmounts
string[]
required

Collateral per outcome token

Example:
outcomeTokenNetCost
string
required

Net cost of the outcome tokens

Example:

"4950000"

transactionHash
string
required

On-chain transaction hash

Example:

"0xabc123..."

collateralAmount
string

Collateral amount traded (in token decimals)

Example:

"5000000"

outcomeTokenAmount
string

Amount of outcome tokens traded

Example:

"10000000"

outcomeTokenPrice
string

Price of the outcome token at trade time

Example:

"0.50"

strategy
enum<string>

Trade direction

Available options:
Buy,
Sell
Example:

"Buy"