Skip to main content

api-reference/markets/categories.mdx

---
title: "Categories"
description: "List of all tracked market categories in 0xmeta"
---

## Endpoint

https://api.0xmeta.ai/v1/markets/categories

### Description

List of all categories that the 0xmeta intelligence graph tracks (e.g., `defi`, `ai_agents`, `nfts`, `layer2`, etc.).

### Response Example

```json
{
  "success": true,
  "categories": [
    {
      "category": "defi",
      "description": "Decentralized finance protocols and applications"
    },
    {
      "category": "ai_agents",
      "description": "Autonomous AI agents and trading orchestration"
    },
    {
      "category": "nfts",
      "description": "Non-fungible tokens and digital collectibles"
    }
  ],
  "payer": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}
```