Get per-event price history
Query parameters
marketstringRequired
Market contract address
token_idstringOptional
Outcome token ID (provide token_id or outcome_index, not both)
outcome_indexintegerOptional
Outcome index, 0-based (provide token_id or outcome_index, not both)
start_tsintegerRequired
Start unix timestamp
end_tsintegerOptional
End unix timestamp (default: now)
fidelityintegerOptional
Max data points returned — downsamples if the window contains more
Responses
200
OK
application/json
outcomeNamestringOptional
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/api/v1/market-data/prices/event-historyLast updated