# Velora Delta API

Here, you'll find everything you need to understand how the Delta API works and how to implement it. Start with our brief overview for a quick introduction to Delta's smart contract, then explore how to use its functions effectively.

<table data-header-hidden data-full-width="false"><thead><tr><th align="center"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><a href="/pages/IdjtT8L3IE44n1W7vDUW">Overview</a></td><td><a href="/pages/IdjtT8L3IE44n1W7vDUW">/pages/IdjtT8L3IE44n1W7vDUW</a></td></tr><tr><td align="center"><a href="/pages/Ruif9t7e37k9A3dxpvKs">Contracts</a></td><td></td></tr><tr><td align="center"><a href="/pages/K690HWhFH6b7Yws9p0Sv">Retrieve delta Price with fallback to market</a></td><td></td></tr><tr><td align="center"><a href="/pages/QRAOD1DNcP9Vk06NEAGf">Build a Delta Order to Sign</a></td><td></td></tr><tr><td align="center"><a href="/pages/dnwWSlLRMtmSFcHvmKTi">Submit a Delta Order</a></td><td></td></tr><tr><td align="center"><a href="/pages/6r0DKUONrrHGdPsN9dFV">Track a Delta Order auction status</a></td><td></td></tr><tr><td align="center"><a href="/pages/vnlLT9IpZVSjgFPy3Whv">Example: Quote With Fallback</a></td><td></td></tr></tbody></table>


---

# 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://developers.velora.xyz/api/velora-api/velora-delta-api.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.
