Skip to main content

API Key

All requests require an API key passed in the x-api-key header. Sign up free at dashboard.predexon.com.

Pay-per-call (x402)

The Data API can also be accessed via x402, the HTTP 402 Payment Required protocol. Pay per request, no signup or subscription required. Useful for agents and one-off integrations. Facilitator: Blockrun marketplace

Plans (summary)

Most data is free. Core market data, historical trades, orderbooks, and pricing endpoints are free and unlimited on all plans.
For the full matrix — WebSocket limits, gated features, free-endpoint list, overage pricing — see Rate Limits & Plans (the canonical reference) or predexon.com/pricing.
Exceeding rate limits returns 429 Too Many Requests. Implement exponential backoff.

Best Practices

Many endpoints return data that doesn’t change frequently. Implement caching to reduce API calls:

CORS

The API supports CORS for browser-based applications:

Health Check