Endpoint
Authentication
Pass your API key in theX-API-Key header. Keys are prefixed with pdx_ and can be created in the Developer Console.
Rate limits
API key requests are subject to the paid-tier rate limit:
If you exceed this limit, the API returns
429 RATE_LIMITED with X-RateLimit-Reset indicating when the window resets.
Query parameters
Minimum arbitrage score to include. Range 0–100.
Filter by tier:
actionable, informational, or noise.Filter by market category, e.g.
crypto, politics.Filter by lifecycle status:
active, stale, or resolved.Filter by policy guarantee class:
STRICT or QUASI.Filter by runtime risk gate:
allowed, degraded, or blocked.Maximum items to return (1–200).
Example request
cURL
Response
The response shape is identical to the session-auth endpoint.data.opportunities is an array of ArbitrageOpportunity objects, and data.stats provides aggregate scan statistics. See ArbitrageOpportunity schema for the full field reference.
