Polymarket: Get Top Markets
Polymarket via Parse · Finance
Get top prediction market events with sorting and filtering options. Supports pagination via offset and filtering by category, active/closed status. Each event includes full market details with CLOB token IDs for order book queries. Access Polymarket prediction market data including events, markets, order books, price history, leaderboards, and trading activity. Fulfilled by Parse from polymarket.com.
- crypto-web3
- finance
- other
- parse
- platform-key
- polymarket
- polymarket-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/20b82f08-34e9-4c9e-91cd-eb4ff7b7814f/get_top_markets
- Interface artifact
- sha256:5778dbdcf53d1dc9dad28b05189440c86903b7c4de02f2b9e96decb5d13d9298
- Manifest digest
- sha256:b782e7c8c5d5477e9d05036dc39d3a08d8b14e3f6817f1ad3c09f07d0d196858
Request fields
- limit (integer): Maximum number of events to return.
- order (string): Sort field for ordering results.: Allowed values: volume24hr, volume, liquidity
- active (string): Filter for active markets: true or false.
- closed (string): Filter for closed markets: true or false.
- offset (integer): Pagination offset for results.
- category (string): Category tag slug to filter by (e.g. sports, crypto, politics).
- ascending (string): Sort direction: true for ascending, false for descending.
Example queries
- {"limit":"5","order":"volume24hr","active":"true","closed":"false","offset":"0","category":"sports","ascending":"false"}