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' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "addresses": [
    "<string>"
  ]
}
'
{
  "outcomeMints": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

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

Body

application/json
addresses
string[]
required

List of token addresses to filter (max 200)

Maximum array length: 200

Response

Filtered list of outcome mints

outcomeMints
string[]
required

List of addresses that are outcome mints