Get a specific market by mint address
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/market/by-mint/{mint_address} \
--header 'x-api-key: <api-key>'{
"accounts": {},
"canCloseEarly": true,
"closeTime": 1,
"eventTicker": "<string>",
"expirationTime": 1,
"fractionalTradingEnabled": true,
"marketType": "<string>",
"noSubTitle": "<string>",
"openInterest": 1,
"openTime": 1,
"result": "<string>",
"rulesPrimary": "<string>",
"status": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"volume": 1,
"yesSubTitle": "<string>",
"earlyCloseCondition": "<string>",
"noAsk": "<string>",
"noBid": "<string>",
"openInterestFp": "<string>",
"rulesSecondary": "<string>",
"volume24hFp": "<string>",
"volumeFp": "<string>",
"yesAsk": "<string>",
"yesBid": "<string>"
}Markets
Get Market by Mint
API reference for GET /api/v1/market/by-mint/
GET
/
api
/
v1
/
market
/
by-mint
/
{mint_address}
Get a specific market by mint address
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/market/by-mint/{mint_address} \
--header 'x-api-key: <api-key>'{
"accounts": {},
"canCloseEarly": true,
"closeTime": 1,
"eventTicker": "<string>",
"expirationTime": 1,
"fractionalTradingEnabled": true,
"marketType": "<string>",
"noSubTitle": "<string>",
"openInterest": 1,
"openTime": 1,
"result": "<string>",
"rulesPrimary": "<string>",
"status": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"volume": 1,
"yesSubTitle": "<string>",
"earlyCloseCondition": "<string>",
"noAsk": "<string>",
"noBid": "<string>",
"openInterestFp": "<string>",
"rulesSecondary": "<string>",
"volume24hFp": "<string>",
"volumeFp": "<string>",
"yesAsk": "<string>",
"yesBid": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Path Parameters
Mint address (ledger or outcome mint)
Response
Single market
Show child attributes
Show child attributes
Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0⌘I