List Stratigraphy Catalog
stratigraphy.listPURPOSE: Lists complete Bitcoin Stratigraphy catalog coverage and available metric paths. USAGE: Use to discover snapshot, date, block, and metric coverage. Do NOT use for fetching telemetry records; use stratigraphy.get instead. PARAMETERS: No input properties are accepted. BEHAVIOR: Summarizes the local catalog without modifying records. Rate limit: 60 req/min per IP shared across /mcp. RETURNS: Object containing totalSnapshots, oldestBlock, newestBlock, availableMetrics, and dateBounds with startDate and endDate. ERRORS: -32602 (Invalid Parameters) when any input property is supplied; HTTP 429 (Rate Limit) when the shared limit is exceeded; catalog retrieval failures return an MCP error. No 402 payment required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateBounds | Yes | Inclusive ISO date bounds of the available snapshots. | |
| newestBlock | Yes | Highest block height in the deterministic daily snapshot index. | |
| oldestBlock | Yes | Lowest block height in the deterministic daily snapshot index. | |
| totalSnapshots | Yes | Total number of daily stratigraphy snapshots currently available. | |
| availableMetrics | Yes | Telemetry metric paths available in each stratigraphy snapshot. |