Skip to main content
GET
/
v1
/
markets
/
categories
List Market Categories
curl --request GET \
  --url https://api.predictamarkets.com/v1/markets/categories
[
  {
    "id": 1,
    "name": "Politics",
    "slug": "politics",
    "description": "Political and election markets",
    "icon": "landmark"
  },
  {
    "id": 3,
    "name": "Crypto",
    "slug": "crypto",
    "description": "Cryptocurrency markets",
    "icon": "bitcoin"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.predictamarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

skip
integer
default:0

Number of records to skip

limit
integer
default:25

Maximum number of records to return

sort_by
string[] | null

Fields to sort by, prefix with - for descending order

Response

List of categories

id
integer
required

The items ID

name
string
required

Name of the market category

slug
string | null

Slug of the market category

description
string | null

Description of the market category

icon
string | null

Icon of the market category