> ## 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.

# Monetary Public API

> Read-only API for companies and prediction market intelligence

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:

```bash theme={null}
https://api.monetary.dev
```

For local development, the default server is:

```bash theme={null}
http://127.0.0.1:3003
```

## Authentication

All `/v1/*` endpoints require a bearer token:

```bash theme={null}
Authorization: Bearer <your_api_token>
```

Get started quickly in [Quickstart](/docs/quickstart), then jump into [API reference](/docs/api-reference/introduction).

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Make your first authenticated request in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="terminal" href="/docs/api-reference/introduction">
    Explore schema-backed endpoint docs with request and response examples.
  </Card>
</CardGroup>
