Endpoint
{address} path parameter is an Ethereum wallet address. It is used directly for lookups on Polymarket, Predict.fun, Azuro, and Limitless.
Authentication: session JWT via Authorization: Bearer <token> or the predex_siwe cookie from a SIWE wallet session.
Supported platforms
Polymarket, Predict.fun, Azuro, and Limitless all use your Ethereum address from the path. To also track Drift or Manifold positions in the same call, pass the optional
solana and manifold query parameters.Query parameters
Example request
Sample response
Response structure
Top-level fields
TrackedPosition fields
Each object in a platform’spositions array:
TradeHistoryItem fields
Each object in a platform’shistory array:
Error handling per platform
If a platform’s lookup fails (e.g. the upstream API is unavailable), the response still returns 200. The platform object includes anerror string describing what went wrong, and its positions and history arrays will be empty. Check for the error field in each platform block when processing results.
