# OrdinalsBot API

- [Overview](https://docs.ordinalsbot.com/api/overview.md)
- [Libraries](https://docs.ordinalsbot.com/api/libraries.md)
- [Template-App](https://docs.ordinalsbot.com/api/template-app.md)
- [Signet](https://docs.ordinalsbot.com/api/signet.md)
- [Testnet](https://docs.ordinalsbot.com/api/testnet.md)
- [Fractal](https://docs.ordinalsbot.com/api/fractal.md): This environment is experimental and subject to changes at anytime.
- [Getting Prices](https://docs.ordinalsbot.com/api/getting-prices.md)
- [Getting Prices (Legacy)](https://docs.ordinalsbot.com/api/getting-prices/getting-prices-legacy.md)
- [Create a Direct Inscription Order](https://docs.ordinalsbot.com/api/create-a-direct-inscription-order.md): Ordinalsbot supports simplified inscriptions that avoid the need to do additional commit transaction, thus reducing the cost of inscription.
- [Get Order Status](https://docs.ordinalsbot.com/api/get-order-status.md)
- [Create a Collection](https://docs.ordinalsbot.com/api/create-a-collection.md)
- [Create a Collection Order](https://docs.ordinalsbot.com/api/create-a-collection-order.md): Use this endpoint to create an inscription order that will inscribe a file from an existing collection.
- [Create Text Inscription Order](https://docs.ordinalsbot.com/api/create-text-inscription-order.md)
- [Search Inscriptions](https://docs.ordinalsbot.com/api/search-inscriptions.md): Search millions of inscriptions for any text. Check if a hash of any data has been inscribed before.
- [Check Rare Sats Inventory](https://docs.ordinalsbot.com/api/check-rare-sats-inventory.md)
- [Referral Scheme](https://docs.ordinalsbot.com/api/referral-scheme.md)
- [Transaction Accelerator](https://docs.ordinalsbot.com/api/transaction-accelerator.md): OrdinalsBot offers a non-custodial transaction accelerator service for inscriptions stuck in mempool with low fee.
- [Burning Assets](https://docs.ordinalsbot.com/api/burning-assets.md)
- [Webhooks](https://docs.ordinalsbot.com/api/webhooks.md)
- [Order States](https://docs.ordinalsbot.com/api/order-states.md)
- [Order Types](https://docs.ordinalsbot.com/api/order-types.md)


---

# Agent Instructions: 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.ordinalsbot.com/api.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.
