Get Trades
Portfolio
Get Trades
Retrieve all AMM trades executed by the authenticated user
GET
Get Trades
Documentation Index
Fetch the complete documentation index at: https://docs.limitless.exchange/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for programmatic access. Generate at limitless.exchange -> profile menu -> Api keys.
Response
List of user trades with details
Timestamp of the block containing the trade
Example:
"2025-09-01T11:30:31.000Z"
Market details for the trade
Index of the outcome traded (0 = YES, 1 = NO)
Example:
0
Collateral per outcome token
Example:
["5000000", "0"]Net cost of the outcome tokens
Example:
"4950000"
On-chain transaction hash
Example:
"0xabc123..."
Collateral amount traded (in token decimals)
Example:
"5000000"
Amount of outcome tokens traded
Example:
"10000000"
Price of the outcome token at trade time
Example:
"0.50"
Trade direction
Available options:
Buy, Sell Example:
"Buy"