# Bitroots API Overview

To register for API access, please complete the form in the [Authentication](/bitroots-docs/authentication.md) page.&#x20;

Our API software is designed to be easily integrated with existing wallets, exchanges, webapps, and DeFi platforms. The API serves data from the Bitcoin Core (BTC) blockchain.

The API allows a user to identify which coins have been certified by Bitroots. These coins are either:

1. Freshly minted coinbase outputs that have been produced by certified miners.
2. UTXOs that have been traded on the ledger but have originated from a certified coinbase output.

At present, the API only supports certified UTXOs that have come from a chain of one-input one-output transactions since coinbase.

<figure><img src="/files/MxwzEn3FO27cKMmGMhbz" alt=""><figcaption></figcaption></figure>


---

# 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://bitroots-1.gitbook.io/bitroots-docs/bitroots-api-overview.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.
