# A-Share Daily Limit-Up Board Review

> A-Share Daily Limit-Up Board Review is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns today's A-share market limit-up (涨停) recap including number of limit-up stocks, consecutive-board ladder, seal times, sectors, turnover, and break rate in one call.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/cn-limit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/a-share-daily-limit-up-board-review-0ebe4bca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6p-kyaqVGza-Nd4T11wz2

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 a-share-daily-limit-up-board-review-0ebe4bca
```

Example prompt: Pull today's A-share limit-up board recap for me — I want to see the total number of limit-up stocks, the highest consecutive-board streak, the board ladder breakdown, which sectors are leading, seal times, and the break rate.

## When to prefer this

Use this endpoint when you need a comprehensive single-call daily recap of A-share limit-up activity including consecutive board ladders, break rates, and sector breakdowns — ideal for retail board-chasing (打板) strategy review and post-market analysis of the Chinese A-share market.

## Known failure modes

- Non-trading day or market holiday returns empty or error response with no data
- Data not yet available if called before market close or end-of-day settlement
- Network or upstream data source unavailability returns 5xx error
- Payment not processed or x402 auth failure returns 402 Payment Required

## How this service works

A-share daily limit-up board review. Aggregates today's limit-up stocks with consecutive-board ladder (streak height), seal times, sectors, turnover and break rate — the daily recap that Chinese retail board-chasers need in one call. A股每日涨停复盘：涨停家数、最高连板高度、连板梯队、封板时间、所属板块、炸板率，一次调用给打板党完整复盘。A株ストップ高の日次まとめ。Resumen diario de acciones en limite del mercado A. Accepts payment on Base or Solana — either network works.

## Output

Returns a structured daily summary of A-share limit-up activity including: total count of limit-up stocks, highest consecutive-board streak height, full board ladder (梯队) breakdown, seal time distributions, sector/industry classifications of limit-up stocks, turnover data, and break rate (炸板率) — everything a board-chasing trader needs to review the day.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "date": {
       "type": "string",
       "description": "optional date YYYYMMDD, default latest trading day"
      },
      "pagesize": {
       "type": "string",
       "description": "optional max rows, default 40, max 80"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/a-share-daily-limit-up-board-review-0ebe4bca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
