Get Trades
Retrieve all AMM trades executed by the authenticated user
Response
List of user trades with details
Example response
[
{
"blockTimestamp": "2025-09-01T11:30:31.000Z",
"collateralAmount": "5000000",
"market": {
"conditionId": "0x812f578437dc...",
"expirationDate": "Sep 1, 2025",
"id": "0x76d3e2098Be6...",
"slug": "doge-above-021-sep-1",
"title": "$DOGE above $0.21652 on Sep 1?"
},
"outcomeTokenAmount": "10000000",
"outcomeTokenAmounts": [
"5000000",
"0"
],
"outcomeTokenNetCost": "4950000",
"outcomeTokenPrice": "0.50",
"strategy": "Buy",
"transactionHash": "0xabc123..."
}
]Changes
Changed in 4 of the 32 revisions of this API.15
- ○
the endpoint scheme security
HmacAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
- ▲
the response's body type changed from
objecttoarrayfor statusresponse-body-type-changed
- ▲
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○