# Welcome!

## Welcome to Any.Cash API

Welcome to Any.Cash API! Here you'll find all the documentation you need to get up and running with the Any.Cash API. You can use Any.Cash API to connect your Any.Cash account with external applications. You can pull your wallet's current data, make payment collection and withdrawal requests in third-party applications.

**NOTE! Only users who have completed identity verification can create API keys.**<br>

## How does this work?

**Step 1.** Register an account in Any.Cash Telegram bot or use your existing one. Go to "Settings" -> "Limits and verification" in your Any.Cash digital wallet and verify your identity. After that, "API" option will appear in your "Settings".

**Step 2.** Your API requests to Any.Cash are authenticated using API secret key. Any request that isn't signed with your API secret key will return an error. So, to start using API you need to generate an API key in "Settings" -> "API" -> "Create key".  **NOTE! Please don't share your Key and Secret with anyone you don't trust, because this data can be used to access you Any.Cash account.**

**Step 3.** Now you can set Key and Secret in a third-party application to work with the API.

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/wDqWtFMqUxR0JVQDOUi2" %}
[API Reference](/reference/api-reference.md)
{% endcontent-ref %}


---

# 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.any.cash/welcome.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.
