Markets
Get statistics of specific market
Request
a string that will be parsed into a number
Request samples
curl --location --request GET 'https://api-sepolia.predict.fun/markets//stats'
Responses
{
"success": true,
"data": {
"totalLiquidityUsd": 0,
"volumeTotalUsd": 0,
"volume24hUsd": 0
}
}
Modified at 2024-12-11 12:14:21