> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general.md).

# General

- [Blocks](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/blocks.md)
- [Get Blockchain Info](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/blocks/get-blockchain-info.md)
- [Get Block Transactions](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/blocks/get-block-transactions.md)
- [Transactions](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/transactions.md)
- [Get Tx Info](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/transactions/get-tx-info.md)
- [Get Tx Inputs](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/transactions/get-tx-inputs.md)
- [Get Tx Outputs](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/transactions/get-tx-outputs.md)
- [Get UTXO Info](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/transactions/get-utxo-info.md)
- [Addresses](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/addresses.md)
- [Get Address Balance](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/addresses/get-address-balance.md)
- [Get Address History](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/addresses/get-address-history.md)
- [Get BTC UTXO](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/addresses/get-btc-utxo.md)
- [Get Inscription UTXO](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/addresses/get-inscription-utxo.md)
- [Inscriptions](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/inscriptions.md)
- [Get Inscription Info](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/inscriptions/get-inscription-info.md)
- [Get Inscription Content](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/inscriptions/get-inscription-content.md)
- [Get Inscription Events](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/inscriptions/get-inscription-events.md)
- [Get Address Inscriptions](https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general/inscriptions/get-address-inscriptions.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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/general.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.
