cURL
curl --request GET \ --url https://prediction-markets-api.dflow.net/api/v1/outcome_mints
{ "mints": [ "<string>" ] }
Returns a flat list of all yes_mint and no_mint pubkeys from all supported markets. Optionally filters by minimum close timestamp.
Minimum close timestamp (Unix timestamp in seconds). Only markets with close_time >= min_close_ts will be included.
x >= 0
List of all outcome mints from supported markets