Get event forecast percentile history by mint address
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/event/by-mint/{mint_address}/forecast_percentile_history \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Forecast History
Get Event Forecast Percentile History by Mint
API reference for GET /api/v1/event/by-mint//forecast_percentile_history
GET
/
api
/
v1
/
event
/
by-mint
/
{mint_address}
/
forecast_percentile_history
Get event forecast percentile history by mint address
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/event/by-mint/{mint_address}/forecast_percentile_history \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Path Parameters
Any mint address associated with the market (ledger or outcome mint)
Query Parameters
Comma-separated list of percentile values (0-10000, max 10 values)
Start timestamp for the range (Unix timestamp in seconds, not milliseconds)
Required range:
x >= 0End timestamp for the range (Unix timestamp in seconds, not milliseconds)
Required range:
x >= 0Period interval in minutes (0, 1, 60, or 1440)
Required range:
x >= 0Response
Event forecast percentile history
⌘I