Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The prediction market platform (e.g.,
polymarket).marketId or outcomeId must be provided.
The platform-specific market identifier (Polymarket
conditionId hex).
Optional when outcomeId is provided.Outcome token ID. When provided alone, returns trades for this outcome across
all markets. When provided with
marketId, filters trades to this outcome
within that market.Start time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z).End time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z).Minimum trade value in USD. Filters out trades below this threshold.
Number of trades to return (1 to 500).
Pagination offset. Ignored when
cursor is provided.Cursor for keyset pagination. Use the
nextCursor value from a previous response to fetch the next page. Takes precedence over offset.Sort direction for trades by date. Possible values:
asc, desc.Response
Array of trade records.
Pagination metadata.
Server hostname that handled the request.
Request processing time in milliseconds.