llms.txt Content
# CryptoProcessing
## Docs
- [Authentication](https://docs.cryptoprocessing.com/api-reference/authentication.md)
- [Callbacks overview](https://docs.cryptoprocessing.com/api-reference/callbacks/callbacks-overview.md)
- [Deposit callbacks](https://docs.cryptoprocessing.com/api-reference/callbacks/deposit-callbacks.md)
- [Exchange callbacks](https://docs.cryptoprocessing.com/api-reference/callbacks/exchange-callbacks.md)
- [Payment request callbacks](https://docs.cryptoprocessing.com/api-reference/callbacks/payment-request-callbacks.md)
- [Withdrawal callbacks](https://docs.cryptoprocessing.com/api-reference/callbacks/withdrawal-callbacks.md)
- [API currency codes](https://docs.cryptoprocessing.com/api-reference/currency-codes.md): Use these codes in your API requests
- [List balances](https://docs.cryptoprocessing.com/api-reference/endpoints/accounts-list.md): Get a list of your balances for every currency, both crypto and fiat.
- [Generate a user deposit address](https://docs.cryptoprocessing.com/api-reference/endpoints/addresses-take.md): Generate a deposit address for a user.
- [Withdraw crypto instantly](https://docs.cryptoprocessing.com/api-reference/endpoints/crypto-withdrawal-instant.md): Make an [instant withdrawal](/withdrawals#instant-withdrawals) from a cryptocurrency balance.
- [Withdraw crypto instantly with conversion](https://docs.cryptoprocessing.com/api-reference/endpoints/crypto-withdrawal-instant-exchange.md): Make an [instant withdrawal](/withdrawals#instant-withdrawals) from a cryptocurrency or fiat balance with conversion to cryptocurrency.
- [List supported currencies](https://docs.cryptoprocessing.com/api-reference/endpoints/currencies-list.md): Get a list of available currencies, minimum deposit amounts, and deposit and withdrawal fees.
- [Get exchange rates](https://docs.cryptoprocessing.com/api-reference/endpoints/currencies-rates.md): Get available currency pairs and exchange rates.
- [Get a fixed exchange quote](https://docs.cryptoproce