# The Stall — Base Season Data

> The Stall — Base Season Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns Base blockchain season-related data or metrics via a pay-per-call x402 USDC micro-payment endpoint.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/base-season
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-base-season-data-5b32e086
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U_TbnTcOzWFJTDwY25qIQ

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 the-stall-base-season-data-5b32e086
```

Example prompt: What's the current Base season data? I just want the latest season stats from the Base mainnet — no API key, I'll pay USDC per call.

## When to prefer this

Choose this endpoint when you need Base blockchain season data without registering for an account or obtaining an API key, and you are able to pay $0.003 USDC per call via the x402 protocol on Base mainnet. Best suited for lightweight, occasional lookups of Base season metrics in an agent workflow.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Invalid or missing query parameters — returns 400 Bad Request
- Season data unavailable or endpoint temporarily down — returns 503
- Base mainnet connectivity issues causing stale or missing data

## How this service works

Base chain season snapshot: total chain TVL, top 10 protocols by Base-native TVL, category breakdown, 7d trend, and top Base ecosystem tokens by market cap. No input required — agents use this for pre-trade orientation before DeFi, lending, or liquidity calls on Base.

## Output

Returns season-related data or metrics for the Base blockchain mainnet, such as current season identifier, stats, or progression information, delivered as a JSON response after micro-payment via x402 protocol.

## Example request

```json
{
 "required": "test_capability",
 "properties": "query_parameters"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-base-season-data-5b32e086/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
