cURL
curl --request POST \ --url https://prediction-markets-api.dflow.net/api/v1/filter_outcome_mints \ --header 'Content-Type: application/json' \ --data '{ "addresses": [ "<string>" ] }'
{ "outcomeMints": [ "<string>" ] }
Accepts a list of token addresses (max 200) and returns only those that are outcome mints (yes_mint or no_mint) from supported markets.
200