> For the complete documentation index, see [llms.txt](https://docs.swapped.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swapped.com/swapped-ramp.md).

# Swapped Ramp

- [AI Integration Assistant](https://docs.swapped.com/swapped-ramp/ai-integration-assistant.md)
- [On-ramp Integration](https://docs.swapped.com/swapped-ramp/readme.md)
- [iFrame Initialization](https://docs.swapped.com/swapped-ramp/readme/iframe-initialization.md)
- [Order Notifications](https://docs.swapped.com/swapped-ramp/readme/order-notifications.md)
- [Test Card](https://docs.swapped.com/swapped-ramp/readme/test-card.md)
- [Sandbox Environment](https://docs.swapped.com/swapped-ramp/readme/sandbox-environment.md)
- [Onramp Aggregator Partners](https://docs.swapped.com/swapped-ramp/readme/onramp-aggregator-partners.md)
- [Supported Cryptocurrencies](https://docs.swapped.com/swapped-ramp/readme/supported-cryptocurrencies.md)
- [Supported Fiat Currencies](https://docs.swapped.com/swapped-ramp/readme/supported-fiat-currencies.md)
- [Off-ramp Integration](https://docs.swapped.com/swapped-ramp/off-ramp-integration.md)
- [iFrame initialization](https://docs.swapped.com/swapped-ramp/off-ramp-integration/iframe-initialization.md)
- [Order Notifications](https://docs.swapped.com/swapped-ramp/off-ramp-integration/order-notifications.md)
- [Sandbox Environment](https://docs.swapped.com/swapped-ramp/off-ramp-integration/sandbox-environment.md)
- [Cryptocurrencies and Confirmations](https://docs.swapped.com/swapped-ramp/off-ramp-integration/cryptocurrencies-and-confirmations.md)
- [Supported Payout Methods](https://docs.swapped.com/swapped-ramp/off-ramp-integration/supported-payout-methods.md)
- [Endpoints](https://docs.swapped.com/swapped-ramp/endpoints.md)
- [Onramp Endpoints](https://docs.swapped.com/swapped-ramp/endpoints/onramp-endpoints.md)
- [Get Current Price](https://docs.swapped.com/swapped-ramp/endpoints/onramp-endpoints/get-current-price.md): This endpoint breaks down cryptocurrency purchase pricing, including fees, markups, and conversions, so that you can display accurate costs to your users before order creation.
- [Get Payment Methods](https://docs.swapped.com/swapped-ramp/endpoints/onramp-endpoints/get-payment-methods.md)
- [Offramp Endpoints](https://docs.swapped.com/swapped-ramp/endpoints/offramp-endpoints.md)
- [Get Payout Methods](https://docs.swapped.com/swapped-ramp/endpoints/offramp-endpoints/get-payout-methods.md)
- [Get Current Price](https://docs.swapped.com/swapped-ramp/endpoints/offramp-endpoints/get-current-price.md)
- [Misc. Endpoints](https://docs.swapped.com/swapped-ramp/endpoints/misc.-endpoints.md)
- [Get Minimum Amount](https://docs.swapped.com/swapped-ramp/endpoints/misc.-endpoints/get-minimum-amount.md)
- [Get supported](https://docs.swapped.com/swapped-ramp/endpoints/misc.-endpoints/get-supported.md)
- [Get Payment Status](https://docs.swapped.com/swapped-ramp/endpoints/misc.-endpoints/get-payment-status.md)
- [Get Transactions](https://docs.swapped.com/swapped-ramp/endpoints/misc.-endpoints/get-transactions.md)
- [Misc.](https://docs.swapped.com/swapped-ramp/misc..md)
- [Supported Languages](https://docs.swapped.com/swapped-ramp/misc./supported-languages.md)
- [Order Notification Retry Policy](https://docs.swapped.com/swapped-ramp/misc./order-notification-retry-policy.md)
- [FAQ](https://docs.swapped.com/swapped-ramp/misc./faq.md): Answers to frequently asked questions.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.swapped.com/swapped-ramp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
