Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.monetary.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Monetary Public API gives you programmatic access to:
  • Company records with market metadata
  • Prediction market events and markets
  • Cross-provider similar-event grouping (Kalshi and Polymarket)

Base URL

Use your deployed API host, for example:
https://api.monetary.dev
For local development, the default server is:
http://127.0.0.1:3003

Authentication

All /v1/* endpoints require a bearer token:
Authorization: Bearer <your_api_token>
Get started quickly in Quickstart, then jump into API reference.

Quickstart

Make your first authenticated request in under 5 minutes.

API Reference

Explore schema-backed endpoint docs with request and response examples.