Skip to main content
GET
/
2
/
pm
/
categories
Get prediction market categories
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
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Query Parameters

limit
number
default:50

Number of categories to return (1-100).

offset
number
default:0

Pagination offset.

Response

200 - application/json

Categories list

data
object[]
pagination
object
hostname
string
took
number