# References

- [Crypto payments](https://docs.monolo.io/references/crypto-payments.md)
- [Request crypto payment](https://docs.monolo.io/references/crypto-payments/initiate-a-crypto-payment-request.md): This is an authenticated endpoint
- [Add payment details](https://docs.monolo.io/references/crypto-payments/submit-deposit-data.md)
- [Get payment data](https://docs.monolo.io/references/crypto-payments/get-deposit-data.md)
- [Fetch deposit amounts metadata](https://docs.monolo.io/references/crypto-payments/fetch-deposit-amounts-metadata.md): Returns the minimum allowed deposit amount for each display currency or deposit currency.
- [Crypto withdrawals](https://docs.monolo.io/references/crypto-withdrawals.md)
- [Request withdrawal metadata](https://docs.monolo.io/references/crypto-withdrawals/request-withdrawal-metadata.md)
- [Request crypto withdrawal](https://docs.monolo.io/references/crypto-withdrawals/initiate-withdrawal-request.md)
- [Request crypto withdrawal approval status](https://docs.monolo.io/references/crypto-withdrawals/initiate-withdrawal-request-1.md)
- [Wallet Addresses](https://docs.monolo.io/references/crypto-addresses.md)
- [Validate address](https://docs.monolo.io/references/crypto-addresses/validate-address.md)
- [Businesses](https://docs.monolo.io/references/business.md)
- [Get business deposits](https://docs.monolo.io/references/business/get-business-deposits.md)
- [Get business withdrawals](https://docs.monolo.io/references/business/get-business-withdrawals.md)
- [Get business balance](https://docs.monolo.io/references/business/get-business-balance.md)
- [Callbacks](https://docs.monolo.io/references/callbacks.md)
- [Deposit received notification](https://docs.monolo.io/references/callbacks/deposit-received.md)
- [Withdrawal broadcast notification](https://docs.monolo.io/references/callbacks/withdrawal-completed.md)
- [Withdrawal approved/rejected notification](https://docs.monolo.io/references/callbacks/withdrawal-completed-1.md)
- [Currencies & Fees](https://docs.monolo.io/references/currencies-and-fees.md)
- [Get all currencies](https://docs.monolo.io/references/currencies-and-fees/get-all-currencies.md)
- [Get exchange rates \[crypto to fiat\]](https://docs.monolo.io/references/currencies-and-fees/get-exchange-rates-crypto-to-fiat.md)
- [Get exchange rates \[fiat to fiat\]](https://docs.monolo.io/references/currencies-and-fees/get-exchange-rates-fiat-to-fiat.md)
- [Get exchange rates \[any currency to any currency\]](https://docs.monolo.io/references/currencies-and-fees/get-exchange-rates-any-currency-to-any-currency.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.monolo.io/references.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.
