Skip to main content

Import the Collection

1

Import into Postman

Click the button below or import manually in Postman via File → Import:Run in PostmanOr import the raw URL directly:
https://raw.githubusercontent.com/Rekko-AI/rekko-postman/main/rekko-api.postman_collection.json
2

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
3

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 — the free tier includes 100 market listings and 10 AI insights per month.

What’s Included

The collection contains 29 requests organized into 8 folders matching the API tiers:
FolderRequestsTier
MarketsList markets, get details, price history, execution guidance, resolution, batch screenListing
InsightsGet analysis, list analyses, trigger analysis, poll statusInsight
StrategyAI trading signal, what-if scenario analysisStrategy
PortfolioPortfolio-aware signal, cross-market correlationStrategy / Deep
ArbitrageCached opportunities, live scanDeep
AnalyticsHealth, pricing, calibration, sentiment, performanceFree / Varies
StreamingWebhooks (create, list, delete), SSE event streamDeep
ConsensusReport trade, get consensus probabilityStrategy
Every POST request includes a realistic example body pulled from the API schema.

Environment Variables

VariableDescription
base_urlAPI base URL (default: https://api.rekko.ai)
api_keyYour 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.

GitHub: rekko-postman

Collection, environment, and OpenAPI spec — always in sync with the live API.