Prediction Candles
Supports Polymarket
Authorizations
AuthorizationstringOptional
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
Body
Request for prediction market candle data
market_idsstring[]RequiredExample:
Array of prediction market identifiers to retrieve candle data for
["170847438dce23428f6a0ef33fdcdbc4"]Responses
200
Success
application/json
Response containing prediction market candle data
400
Invalid input
application/json
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
post
/prediction/candlesLast updated