Skip to main content
POST
/
api
/
v1
/
filter_outcome_mints
Filter token addresses by outcome mints
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>"
  ]
}

Body

application/json
addresses
string[]
required
Maximum length: 200

Response

outcomeMints
string[]
required