curl --location --request GET 'https://api-sepolia.predict.fun/markets//activity'
{
"success": true,
"cursor": "string",
"data": [
{
"quoteType": "Ask",
"createdAt": "string",
"transactionHash": "string",
"amountFilled": "string",
"priceExecuted": "string",
"marketId": 0,
"outcome": {
"name": "string",
"indexSet": 0,
"onChainId": "string",
"status": "WON"
}
}
]
}