# Beta Ramps - Documentation

## Documentation Beta Ramps

- [Introduction](https://docs.betaramps.com/documentation-beta-ramps/introduction.md): Welcome to the Beta Ramps developer hub. Here you will find a comprehensive set of guides and documentation to help you expedite your FinTech application.
- [Onboarding](https://docs.betaramps.com/documentation-beta-ramps/getting-started/onboarding.md): This page outlines the onboarding steps to start using Beta Ramps infrastructure.
- [Set up your account](https://docs.betaramps.com/documentation-beta-ramps/getting-started/set-up-your-account.md): Our customers are required to fill out the forms on the settings page and choose some default options for currencies and settlements before processing transactions.
- [Processing limits](https://docs.betaramps.com/documentation-beta-ramps/getting-started/processing-limits.md): Beta is required by law to perform due diligence on its customers. Here are the operational limit thresholds and the necessary information to operate on those limits.
- [API Integration](https://docs.betaramps.com/documentation-beta-ramps/getting-started/api-integration.md): General guidelines on Beta's APIs.
- [Crypto and Fiat coverage](https://docs.betaramps.com/documentation-beta-ramps/api-guide/crypto-and-fiat-coverage.md): Beta's coverage includes domestic payment rails in Brazil and México, and also USD for international transactions.
- [Authentication](https://docs.betaramps.com/documentation-beta-ramps/api-guide/authentication.md): Beta uses the OAuth2 client-credentials grant type to authenticate access to secure resources.
- [Rate Limits](https://docs.betaramps.com/documentation-beta-ramps/api-guide/rate-limits.md): Rate Limits details for our Crypto APIs
- [Webhooks](https://docs.betaramps.com/documentation-beta-ramps/api-guide/webhooks.md): Receive notifications when an order or settlement changes the status.
- [Errors](https://docs.betaramps.com/documentation-beta-ramps/api-guide/errors.md): Type of errors and description
- [Crypto Payments Overview](https://docs.betaramps.com/documentation-beta-ramps/request-payments/crypto-payments-overview.md): Beta's Crypto Payments product enables merchants and payment processors to collect payments in crypto and receive funds in fiat currencies.
- [Requesting a Crypto Quote](https://docs.betaramps.com/documentation-beta-ramps/request-payments/requesting-a-crypto-quote.md): Endpoint to obtain the payment amount in crypto for the Payments Product.
- [Crypto Payment Orders](https://docs.betaramps.com/documentation-beta-ramps/request-payments/crypto-payment-orders.md): These endpoints are meant for merchants and payment processors using Beta's Crypto Payment API to create orders and retrieve their details.
- [Merchant's Account Balance](https://docs.betaramps.com/documentation-beta-ramps/request-payments/merchants-account-balance.md): This endpoint retrieves the balance amount of an specific Account or Sub Account when using Beta's Payments Product.
- [Subaccounts Overview](https://docs.betaramps.com/documentation-beta-ramps/registering-subaccounts/subaccounts-overview.md): Applications that intend to process remittances and crypto exchange transactions with Beta Ramps must register subaccounts for their users before processing transactions.
- [Registering Subaccounts](https://docs.betaramps.com/documentation-beta-ramps/registering-subaccounts/registering-subaccounts.md): If you are a B2C app or a Payment Processor, you must register subaccounts for each end-user/merchant who will process crypto transactions with Beta.
- [Wallet Addresses](https://docs.betaramps.com/documentation-beta-ramps/registering-subaccounts/wallet-addresses.md): These endpoints manage the subaccount's external wallet addresses for withdrawals.
- [Bank Account Information](https://docs.betaramps.com/documentation-beta-ramps/registering-subaccounts/bank-account-information.md): These endpoints manage the subaccount's bank account, where the fiat funds will be deposited after selling crypto with Beta.
- [Exchange Overview](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/exchange-overview.md): Beta's Exchange product enables a seamless On/Off ramps experience for Wallets, DeFi, and Crypto Exchanges.
- [Requesting a Quote](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/requesting-a-quote.md): Obtain a quote for buying and selling crypto.
- [Buy/Sell Orders](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/buy-sell-orders.md): Endpoints to process crypto exchange orders and retrieve their details.
- [Crypto and Fiat Deposits](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/crypto-and-fiat-deposits.md): Request deposit instructions for any supported Crypto or Fiat Assets.
- [Crypto and Fiat Withdrawal](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/crypto-and-fiat-withdrawal.md): Request withdrawal from sub-account wallets and bank accounts.
- [Subaccount Balance](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/subaccount-balance.md): Retrieving crypto or fiat subaccount balances.
- [Pay from Wallet Overview](https://docs.betaramps.com/documentation-beta-ramps/pay-anything-from-crypto-wallet/pay-from-wallet-overview.md): Beta's Pay from Wallet product enables Crypto Wallets to offer special off-ramps capabilities in LATAM.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.betaramps.com/documentation-beta-ramps/introduction.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.
