# TruBit Pro

## TruBit Pro

- [Welcome to TruBit](https://docs-api.trubit.com/trubit-pro/readme.md)
- [Spot](https://docs-api.trubit.com/trubit-pro/spot.md)
- [Api Endpoints for TruBit Exchange](https://docs-api.trubit.com/trubit-pro/spot/endpoint.md)
- [Error codes](https://docs-api.trubit.com/trubit-pro/spot/errors.md)
- [Options Open API](https://docs-api.trubit.com/trubit-pro/spot/options-open-api.md)
- [Public Rest API (2018-09-25)](https://docs-api.trubit.com/trubit-pro/spot/rest-api.md)
- [User Data Streams](https://docs-api.trubit.com/trubit-pro/spot/user-data-stream.md)
- [Web Socket Streams (2019-08-12)](https://docs-api.trubit.com/trubit-pro/spot/websocket-stream.md)
- [Contract](https://docs-api.trubit.com/trubit-pro/contract.md)
- [Contract API](https://docs-api.trubit.com/trubit-pro/contract/contract-api.md)
- [Block Trade](https://docs-api.trubit.com/trubit-pro/blocktrading.md)
- [User Guide](https://docs-api.trubit.com/trubit-pro/blocktrading/user-guide.md)
- [Block Trade Api](https://docs-api.trubit.com/trubit-pro/blocktrading/blocktrading-api.md)
- [Other](https://docs-api.trubit.com/trubit-pro/other.md)
- [Welcome to TruBit-Python](https://docs-api.trubit.com/trubit-pro/other/trubit-python.md)


---

# 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-api.trubit.com/trubit-pro/readme.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.
