Fetch cached prices for multiple markets in one request.
Uses a Redis pipeline for efficient batch lookups. Limited to 50 markets per request (adjustable per API tier).
cURL
curl --request POST \ --url https://staging-api.polysimulator.com/v1/prices/batch \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "market_ids": [ "<string>" ] } '
[ { "condition_id": "<string>", "buy": "<string>", "sell": "<string>", "outcomes": [], "source": "<string>" } ]
Your PolySimulator API key
1 - 50
Successful Response
Show child attributes
Was this page helpful?