# Deposits

- [Deposit Crypto](https://yogupay.gitbook.io/yogupay-payout-api/deposits/deposit-crypto.md): This guide is for getting deposit address details for receiving cryptocurrency on a supported network
- [Fetch Crypto Deposits](https://yogupay.gitbook.io/yogupay-payout-api/deposits/fetch-crypto-deposits.md): This endpoint retrieves the Crypto deposits of a specific user .
- [Fetch Crypto Deposits by Address](https://yogupay.gitbook.io/yogupay-payout-api/deposits/fetch-crypto-deposits-by-address.md): This endpoint retrieves the Crypto deposits of a specific Address.


---

# 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://yogupay.gitbook.io/yogupay-payout-api/deposits.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.
