Skip to main content
GET
/
api
/
v1
/
outcome_mints
Get all outcome mints
curl --request GET \
  --url https://prediction-markets-api.dflow.net/api/v1/outcome_mints \
  --header 'x-api-key: <api-key>'
{
  "mints": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact [email protected] to obtain an API key.

Query Parameters

minCloseTs
integer<int64>

Minimum close timestamp (Unix timestamp in seconds). Only markets with close_time >= min_close_ts will be included.

Required range: x >= 0

Response

200 - application/json

List of all outcome mints from supported markets

mints
string[]
required