Get market last sale information
Get the last sale information for a specific market
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location --request GET 'https://api-testnet.predict.fun/v1/markets//last-sale' \
--header 'x-api-key: <api-key>'
Responses
{
"success": true,
"data": {
"quoteType": "Ask",
"outcome": "Yes",
"priceInCurrency": "string",
"strategy": "MARKET"
}
}
Modified at 2025-12-11 01:33:41