Integrations
Polymarket
A Polymarket integration is a built-in data provider that lets agents inspect prediction markets, events, prices, order books, trades, positions, and activity.
Use Polymarket for read-only market research. It does not require an organization 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. |
| 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.event.get
polymarket.event.list
polymarket.market.get
polymarket.market.list
polymarket.orderbook.get
polymarket.position.list
polymarket.price_history.get
polymarket.price.get
polymarket.search
polymarket.trade.listUse polymarket.search or polymarket.market.list for discovery, then use
the specific get and price actions once the agent has stable market IDs.
Events
Polymarket does not register source events.
Next
- Grant read-only actions to an agent from actions.
- Persist selected markets in tables.
- Track usage from integrations.