Get market last sale information
Markets
Get last sale information for specific market
Request
a string that will be parsed into a number
Request samples
curl --location --request GET 'https://api-sepolia.predict.fun/markets//last_sale'
Responses
Allowed values:MARKETLIMIT
{
"success": true,
"data": {
"quoteType": "Ask",
"outcome": "Yes",
"priceInCurrency": "string",
"strategy": "MARKET"
}
}
Modified at 2024-12-11 12:14:21