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.
List of token addresses to filter (max 200)
200
Filtered list of outcome mints
List of addresses that are outcome mints