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
number
default:"40"
Minimum arbitrage score to include. Range 0–100.
string
Filter by tier:
actionable, informational, or noise.string
Filter by market category, e.g.
crypto, politics.string
Filter by lifecycle status:
active, stale, or resolved.string
Filter by policy guarantee class:
STRICT or QUASI.string
Filter by runtime risk gate:
allowed, degraded, or blocked.number
default:"50"
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.
