# Introduction

The Vortex API handles Crypto Fiat Ramps, provides a fully programmatic way to quote, execute, and track transactions while handling all compliance and settlement logic behind the scenes.

This API is designed for OTC traders, PSPs

#### API capabilities

1. **Real-Time Quotes:** Fetch and display dynamic buy/sell prices for supported assets and currencies.
2. **Webhook Support:** Receive instant updates on transaction and verification status.
3. **Multi-Network Support:** Works across major chains such as Base, Polygon, BSC, and more.
4. **Compliance Built-In:** All regulatory requirements (KYC, AML, settlement flows) are managed by Vortex and its licensed partners.


---

# 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.vortexfinance.co/api/readme.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.
