Data and research
Polymarket
A Polymarket integration is a built-in data provider that lets loops inspect prediction markets, events, prices, order books, trades, positions, and activity.
Use Polymarket for read-only market research loops. It does not require a project credential and does not place trades.
Capability map
| Capability | Value |
|---|---|
| Provider ID | polymarket |
| Auth kind | none |
| Connect flow | Built in |
| Actions | Yes |
| Events | No |
| Webhook delivery | No |
| Event samples | No |
| Live status | No |
Connect Polymarket
| Surface | Support |
|---|---|
| App | No setup is required when the catalog marks Polymarket ready. |
| CLI | No connect command is needed. Inspect actions with mobius catalog get-action polymarket.search --project platform. |
| API | No connect endpoint is required. Use the action catalog and invoke actions directly. |
If Polymarket does not appear as ready, the deployment has disabled the built-in provider.
Actions
polymarket.activity.list
polymarket.events.get
polymarket.events.list
polymarket.markets.get
polymarket.markets.list
polymarket.orderbook.get
polymarket.positions.list
polymarket.price_history.get
polymarket.prices.get
polymarket.search
polymarket.trades.listUse polymarket.search or polymarket.markets.list for discovery, then use
the specific get and price actions once the run has stable market IDs.
Events
Polymarket does not register source events.
Next
- Call read-only actions from steps.
- Persist selected markets in tables.
- Track usage from integrations.