Orders
Get User Trades
Retrieve all executed trades for a specific user
GET
Returns a paginated list of trades where the specified user was either the maker or taker, across all on-chain order books in the instance.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an instance API key with thetrading service enabled.
Path Parameters
EVM address of the user. Must match
0x[a-fA-F0-9]{40}.Query Parameters
Number of results to return. Default
50, maximum 100.Offset for pagination. Default
0.