Get all outcome mints
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/outcome_mints \
--header 'x-api-key: <api-key>'{
"mints": [
"<string>"
]
}Outcome Mints and Filters
Get Outcome Mints
API reference for GET /api/v1/outcome_mints
GET
/
api
/
v1
/
outcome_mints
Get all outcome mints
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/outcome_mints \
--header 'x-api-key: <api-key>'{
"mints": [
"<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.
Query Parameters
Minimum close timestamp (Unix timestamp in seconds). Only markets with close_time >= min_close_ts will be included.
Required range:
x >= 0Response
200 - application/json
List of all outcome mints from supported markets
⌘I