# API Overview

Contact: <support@deeplake.fi>

License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)

Terms of Service: <https://deeplake.fi/terms>

#### API Endpoints

Production environment. Mainnet Bitcoin. Requires a production API key.:

<https://api.deeplake.fi/graphql>

Staging environment. Warning Mainnet Bitcoin. Requires a staging API key.:

<https://api.stage.deeplake.fi/graphql>

Test environment. Testnet Bitcoin. Requires a test API key.:

<https://api.test.deeplake.fi/graphql>

#### Safeguards

To find out about safeguards available to the assets you make available via our API, check out the [Limits](#safeguards) documentation.

### API Sandbox

Simply [**click here to open the sandbox**](https://studio.apollographql.com/public/Deep-Lake-Graph/variant/current/explorer) with the Deep Lake API pre-loaded.


---

# 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://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/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.
