# Unigox API Documentation

## API Documentation

- [Welcome to the Unigox API documentation](https://developers.unigox.com/getting-started/welcome-to-the-unigox-api-documentation.md): Unigox makes it easy to offer buy & sell crypto in your app or website with just a few lines of code.
- [Tools: Postman & SDKs](https://developers.unigox.com/getting-started/tools-postman-and-sdks.md)
- [Why integrate & Revenue Share](https://developers.unigox.com/getting-started/why-integrate-and-revenue-share.md)
- [How it works](https://developers.unigox.com/basics/how-it-works.md)
- [Get onboarded](https://developers.unigox.com/basics/get-onboarded.md)
- [Authentication](https://developers.unigox.com/basics/authentication.md)
- [Webhooks (Callbacks)](https://developers.unigox.com/basics/webhooks-callbacks.md)
- [Deep Link (Hosted Mode)](https://developers.unigox.com/integration-options/deep-link-hosted-mode.md): Redirect users to our hosted widget
- [Embed Widget](https://developers.unigox.com/integration-options/embed-widget.md): Embed the widget directly into your platform
- [API](https://developers.unigox.com/integration-options/api.md)
- [First successful Off Ramp](https://developers.unigox.com/tutorials/first-successful-off-ramp.md)
- [Off Ramp Playbook](https://developers.unigox.com/tutorials/off-ramp-playbook.md)
- [First successful On Ramp](https://developers.unigox.com/tutorials/first-successful-on-ramp.md)
- [On Ramp Playbook](https://developers.unigox.com/tutorials/on-ramp-playbook.md)
- [Need Help](https://developers.unigox.com/support/need-help.md)
- [Welcome](https://developers.unigox.com/api-reference/welcome.md)
- [API Reference](https://developers.unigox.com/api-reference/api-reference.md)
- [Health](https://developers.unigox.com/api-reference/health.md)
- [Supported Resources](https://developers.unigox.com/api-reference/supported-resources.md)
- [Exchange Pairs](https://developers.unigox.com/api-reference/exchange-pairs.md)
- [User Management](https://developers.unigox.com/api-reference/user-management.md)
- [On Ramp](https://developers.unigox.com/api-reference/on-ramp.md)
- [Liquidity](https://developers.unigox.com/api-reference/liquidity.md)
- [Off Ramp](https://developers.unigox.com/api-reference/off-ramp.md)
- [Orders](https://developers.unigox.com/api-reference/orders.md)
- [Webhooks](https://developers.unigox.com/api-reference/webhooks.md)
- [Models](https://developers.unigox.com/api-reference/models.md)
- [Changelog](https://developers.unigox.com/changelog.md)


---

# 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://developers.unigox.com/getting-started/welcome-to-the-unigox-api-documentation.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.
