# Block Scholes

## Block Scholes

- [Getting Started](https://docs.blockscholes.com/getting-started.md): Digital asset data and oracle infrastructure for trading, research, and on-chain applications.
- [Data Plans](https://docs.blockscholes.com/data-access/data-plans.md): Pick Core, Prime, or Enterprise. Then choose a billing period based on the lookback you need.
- [REST API](https://docs.blockscholes.com/data-access/rest-api.md): Block Scholes API covering historical and recent digital asset data.
- [WebSocket API](https://docs.blockscholes.com/data-access/websocket-api.md): Block Scholes API covering real-time digital asset data
- [Overview](https://docs.blockscholes.com/blockchain-oracle/overview.md): Introduction to Block Scholes Oracles and how to choose between Push-Based and Pull-Based integration methods.
- [Push Model](https://docs.blockscholes.com/blockchain-oracle/push-based-oracle.md): Client integration guide for the Block Scholes oracle.
- [Solidity Interface Reference](https://docs.blockscholes.com/blockchain-oracle/push-based-oracle/interface.md)
- [Pull Model](https://docs.blockscholes.com/blockchain-oracle/pull-based-oracle.md): The Pull-Based Oracle is ideal for latency-sensitive use cases where developers want control over when and how data is retrieved and fed into smart contracts.
- [Overview](https://docs.blockscholes.com/mcp/overview.md)
- [Connecting Client](https://docs.blockscholes.com/mcp/connecting-client.md)
- [Claude](https://docs.blockscholes.com/mcp/connecting-client/claude.md)
- [Cursor](https://docs.blockscholes.com/mcp/connecting-client/cursor.md)
- [OpenClaw](https://docs.blockscholes.com/mcp/connecting-client/openclaw.md)
- [Block Scholes Skill](https://docs.blockscholes.com/mcp/block-scholes-skill.md): Reusable skill instructions for Claude and Cursor.
- [Contact](https://docs.blockscholes.com/other/contact.md): Get in touch - feedback, requests or ideas are always welcome.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.blockscholes.com/getting-started.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
