curl --request GET \
--url https://demo-api.mobula.io/api/2/pm/categories{
"data": [
{
"id": "<string>",
"name": "<string>",
"marketsCount": 123,
"activeMarketsCount": 123,
"volume24hUSD": 123,
"totalVolumeUSD": 123
}
],
"pagination": {
"page": 123,
"offset": 123,
"limit": 123,
"pageEntries": 123
},
"hostname": "<string>",
"took": 123
}Get all prediction market categories with market counts and volume stats.
curl --request GET \
--url https://demo-api.mobula.io/api/2/pm/categories{
"data": [
{
"id": "<string>",
"name": "<string>",
"marketsCount": 123,
"activeMarketsCount": 123,
"volume24hUSD": 123,
"totalVolumeUSD": 123
}
],
"pagination": {
"page": 123,
"offset": 123,
"limit": 123,
"pageEntries": 123
},
"hostname": "<string>",
"took": 123
}