# ScriptMasterLabs CoinGecko Categories API

> ScriptMasterLabs CoinGecko Categories API is a paid API for AI agents from acp-x402-scriptmasterlabs.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns CoinGecko cryptocurrency market categories with market data, paid per-call via USDC on Base using x402 protocol

## Facts

- Endpoint: GET https://acp-x402-scriptmasterlabs.onrender.com/x402/coingecko-categories
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-coingecko-categories-api-0d6ceb57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EazsdZdFgBDA72r3AwCQ8

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 scriptmasterlabs-coingecko-categories-api-0d6ceb57
```

Example prompt: Pull the full list of CoinGecko crypto categories with their market cap and volume data — I want to see how sectors like DeFi, Layer 1, and NFTs are performing right now.

## When to prefer this

Choose this endpoint when you need a structured, sector-level view of the cryptocurrency market organized by CoinGecko categories, especially for dashboards, portfolio analysis, or sector research. Prefer it over individual coin lookups when you need market-wide category aggregates. The micro-cost x402 USDC pricing makes it suitable for frequent polling in automated agent workflows.

## Known failure modes

- Payment not settled — x402 payment header missing or insufficient USDC triggers 402 response
- Upstream CoinGecko API unavailable or rate-limited, resulting in empty or error response
- Invalid or unsupported properties filter parameter returns malformed or empty result
- Render.com cold start latency causing timeout on first request

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a list of cryptocurrency market categories from CoinGecko, each including category ID, name, market cap, market cap change percentage, volume, and top coin identifiers within that category.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-coingecko-categories-api-0d6ceb57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-scriptmasterlabs.onrender.com](https://www.zero.xyz/host/acp-x402-scriptmasterlabs.onrender.com/llms.txt)
