# Swap

Easily integrate Panora’s swap aggregator into your app for efficient, real-time trading.

### **Key Features**

* **Optimized Transactions:** Access best rates and routes for swaps.
* **Flexible Integration:** Build custom trading strategies with ease.
* **Secure & Reliable:** Robust design for safe and stable transactions.

### **Getting Started**

* **Public API Key**:

  ```
  a4^KV_EaTf4MW#ZdvgGKX#HUD^3IFEAOV_kzpIE^3BQGA8pDnrkT7JcIy#HNlLGi
  ```

  ***Note:** This API key's limits should be sufficient for most use cases. Protocols within the Aptos ecosystem with specific requirements or customization may submit a ticket on Discord.*&#x20;
* **Sample Scripts:** [View on GitHub](https://github.com/PanoraExchange/Swap-SDK-Examples).
* **Try it:** [Swagger](https://api.panora.exchange/swagger).

### **Attribution**

Kindly include proper attribution when using the API in projects or presentations. Mention *“Powered by Panora”* wherever applicable.


---

# 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.panora.exchange/developer/swap.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.
