Get market last sale information
Get last sale information for specific market
Request Code Samples
curl --location --request GET 'https://api-sepolia.predict.fun/markets//last_sale'
Responses
{
"success": true,
"data": {
"quoteType": "Ask",
"outcome": "Yes",
"priceInCurrency": "string",
"strategy": "MARKET"
}
}
Modified at 2024-12-11 12:14:21