> ## Documentation Index
> Fetch the complete documentation index at: https://rekko.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman Collection

> Import the full Rekko AI API into Postman with one click.

## Import the Collection

<Steps>
  <Step title="Import into Postman">
    Click the button below or import manually in Postman via **File → Import**:

    [![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/rekko-ai?action=collection/fork\&source=rip_markdown\&collection=https://raw.githubusercontent.com/Rekko-AI/rekko-postman/main/rekko-api.postman_collection.json)

    Or import the raw URL directly:

    ```
    https://raw.githubusercontent.com/Rekko-AI/rekko-postman/main/rekko-api.postman_collection.json
    ```
  </Step>

  <Step title="Import the environment">
    Import the environment file to set up `base_url` and `api_key` variables:

    ```
    https://raw.githubusercontent.com/Rekko-AI/rekko-postman/main/rekko-api.postman_environment.json
    ```
  </Step>

  <Step title="Set your API key">
    In Postman, go to **Environments → Rekko AI** and set `api_key` to your key.

    Don't have one yet? Sign up at [rekko.ai/dashboard](https://rekko.ai/dashboard) — the free tier includes 100 market listings and 10 AI insights per month.
  </Step>
</Steps>

## What's Included

The collection contains **29 requests** organized into 8 folders matching the API tiers:

| Folder        | Requests                                                                               | Tier            |
| ------------- | -------------------------------------------------------------------------------------- | --------------- |
| **Markets**   | List markets, get details, price history, execution guidance, resolution, batch screen | Listing         |
| **Insights**  | Get analysis, list analyses, trigger analysis, poll status                             | Insight         |
| **Strategy**  | AI trading signal, what-if scenario analysis                                           | Strategy        |
| **Portfolio** | Portfolio-aware signal, cross-market correlation                                       | Strategy / Deep |
| **Arbitrage** | Cached opportunities, live scan                                                        | Deep            |
| **Analytics** | Health, pricing, calibration, sentiment, performance                                   | Free / Varies   |
| **Streaming** | Webhooks (create, list, delete), SSE event stream                                      | Deep            |
| **Consensus** | Report trade, get consensus probability                                                | Strategy        |

Every POST request includes a realistic example body pulled from the API schema.

## Environment Variables

| Variable   | Description                                    |
| ---------- | ---------------------------------------------- |
| `base_url` | API base URL (default: `https://api.rekko.ai`) |
| `api_key`  | Your Rekko AI API key                          |

## OpenAPI Spec

The OpenAPI 3.1 spec is also available in the same repo:

```
https://raw.githubusercontent.com/Rekko-AI/rekko-postman/main/openapi.json
```

Import it into any OpenAPI-compatible tool (Insomnia, Hoppscotch, Swagger UI, etc.).

## Auto-Updated

The collection is regenerated automatically whenever the API changes. The source repo is [Rekko-AI/rekko-postman](https://github.com/Rekko-AI/rekko-postman).

<Card title="GitHub: rekko-postman" icon="github" href="https://github.com/Rekko-AI/rekko-postman">
  Collection, environment, and OpenAPI spec — always in sync with the live API.
</Card>
