Markets, in more detail.
Go from discovery to market-level trading activity, lifecycle lists, and analytics.
Recent market trades
/markets/:slug/tradesRESTUse the slug returned by discovery to retrieve recent trades with trader classification enrichment and available profile data. This endpoint uses limit and offset query parameters.
curl --fail-with-body \
"$IMPLYRA_API_URL/markets/example-market/trades?limit=20&offset=0"slugpath · stringA market slug returned by market discovery. URL-encode it when constructing the path.
limitquery · numberThe number of trades to return (maximum 100).
offsetquery · numberThe number of trades to skip for offset pagination.
Market analytics
/markets/:slug/analyticsRESTRetrieve aggregate analytics for a market, including available holder counts, PnL breakdown, and trader-type distribution. Some analytics fields are nullable; render missing values as unavailable.
Lifecycle lists
GET /markets/recently-startedlimit: 1–50Active markets ordered by creation date, newest first. Default limit: 10.
GET /markets/ending-soonlimit: 1–50Active markets ordered by end date, soonest first. Default limit: 10.
Additional market endpoints
GET /markets/:slug/holdersHoldersPaginated positions, participant classification, and optional profile enrichment.
GET /markets/:slug/volume-profileVolumeHourly volume buckets across the market’s trading history.
GET /markets/:slug/entry-timingActivityVolume over time and cumulative trading totals.
GET /markets/:slug/top-tradersLeaderboardA market-specific leaderboard ranked by trading volume, with buy/sell direction.