# CoinopAI Automation Categories List

> CoinopAI Automation Categories List is a paid API for AI agents from x402.coinopai.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Returns all 35 automation categories available in the CoinopAI agent automation library, each with a prompt count

## Facts

- Endpoint: GET https://x402.coinopai.com/api/categories
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinopai-com-2d74a739
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_11WtDYOstKJJtnVuI2o-R

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-coinopai-com-2d74a739
```

Example prompt: Show me all the automation categories available in CoinopAI's library so I can see how many prompts are in each one.

## When to prefer this

Use this endpoint when you need to discover or browse the top-level taxonomy of automation categories before searching for specific prompts, or when you want to present users with a navigable directory of automation topics available in the CoinopAI library.

## Known failure modes

- Payment failure (402) if USDC payment not provided
- Network timeout if service is unreachable
- Empty or malformed response if service is degraded

## How this service works

Returns the 4 top-level product categories (market intelligence, workflows, media generation, infrastructure) with endpoint lists and service counts — use it to route discovery before browsing individual services.

## Output

An array of 35 automation categories, each with a name and a count of how many agent automation prompts belong to that category.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "categories": [
   {
    "name": "Market Intelligence",
    "slug": "market_intelligence",
    "description": "Auditable market context, calibrated forecasts, risk state, decision journaling, and outcome audit.",
    "service_count": 8
   },
   {
    "name": "Workflows",
    "slug": "workflows",
    "service_count": 4
   },
   {
    "name": "Media Generation",
    "slug": "media_generation",
    "service_count": 2
   },
   {
    "name": "Infrastructure",
    "slug": "infrastructure",
    "service_count": 5
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinopai-com-2d74a739/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinopai.com](https://www.zero.xyz/host/x402.coinopai.com/llms.txt)
