Skip to main content
GET
/
api
/
v1
/
live_data
/
by-mint
/
{mint_address}
Get live data by mint address
curl --request GET \
  --url https://prediction-markets-api.dflow.net/api/v1/live_data/by-mint/{mint_address} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "msg": "<string>"
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

mint_address
string
required

Market mint address (ledger or outcome mint)

Query Parameters

minimumStartDate
string

Minimum start date to filter milestones (RFC3339 format)

category
string

Filter by milestone category

competition
string

Filter by competition

sourceId
string

Filter by source ID

type
string

Filter by milestone type (use 'type' as query param name)

Response

Live data retrieved successfully