For the complete documentation index, see llms.txt. This page is also available as Markdown.

Public Endpoints

Public endpoints return data without authentication.

Gateway

Unlike the Private API, the Public API routes through a single gateway. Each path prefix maps to the same host:

There is no single gateway. Each path prefix maps to its own service:

Path prefix
Host

/api/coins

https://wallet-mutator-view.outpoll.com

/api/events/*

https://event-service.outpoll.com

/api/categories

https://event-service.outpoll.com

/api/tags/*

https://event-service.outpoll.com

Use HTTPS for every request.

This host serves every public REST endpoint in this section.

Authentication

No authentication required.

Sections

Example requests

Use the gateway directly for both GET and POST endpoints.

Search events

Endpoints

Pagination

Only Search Events is paginated.

Use these query parameters:

  • page — zero-based page number

  • size — items per page

Typical paginated responses include:

  • content — current page items

  • totalElements — total matching items

  • totalPages — total page count

Example IDs

  • evt_btc_100k_2026 for an event

  • mkt_btc_100k_yes_no for a market

  • asset_btc_100k_yes and asset_btc_100k_no for outcome assets

  • asset_usdc for the quote asset

Last updated

Was this helpful?