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

# Flash API (NEW)

> The only API with a full suite of advanced order types, for any token or tokenized RWA - out of the box.  EVM & Solana.  Start building today - see Docs [here](https://flash.definitive.fi/docs)&#x20;

## <mark style="color:orange;">TL;DR</mark>

Flash API is Definitive’s new, institutional-grade, trade execution API that lets any builder offer advanced trading capabilities akin to a professional trading desk, on every asset on EVM and Solana — in a single, AI-friendly integration.&#x20;

> 💡 **Wallets. Neobanks. Apps. Agents. — One API. A single execution layer for Stop Loss, Take Profit, Limit, DCA, TWAP & Market orders. EVM + Solana. Non-custodial. Smart routing across 200+ DEXs & liquidity sources. MEV protected.**

Flash competes on **advanced execution** for the next generation of wallets and agents that need more than a quote-and-calldata model.

Flash API is fully non-custodial, even for triggered/conditional order types - funds stay in your wallet until trade execution conditions are met.

## <mark style="color:orange;">Who Flash API Is For</mark>

* Crypto wallets looking to add advanced order types (DCA, TWAP, Limit, Stop, Take Profit, Market) as an additional revenue stream without a 6+ month engineering sprint
* AI Trading Agents that need a sophisticated, reliable execution layer for autonomous trading strategies
* Fintech apps where trading is one feature, not a core product you want to spend 6+ months building
* Any app that need trading-as-a-feature as an additional revenue stream or differentiator

## <mark style="color:orange;">The Flash API Difference</mark>

Features exclusively available via Definitive Flash API not offered by the top trading API providers.

<table data-header-hidden><thead><tr><th width="317.6221923828125">Feature</th><th>Flash API Benefit</th></tr></thead><tbody><tr><td><strong>Feature</strong></td><td><strong>Flash API Benefit</strong></td></tr><tr><td><strong>Advanced Order Types</strong> (DCA, TWAP, Limit, Stop, Take Profit)</td><td>The only API offering advanced orders for any token on EVM &#x26; Solana, out of the box.</td></tr><tr><td><strong>Managed Transaction Landing</strong></td><td>We land orders on your behalf, handling MEV protection, gas optimization, transaction retry logic and more. Others return calldata, but submission is on you.</td></tr><tr><td><strong>EVM + Solana Unified API</strong></td><td>Definitive’s single API offers robust execution in both EVM &#x26; Solana ecosystems across 200+ DEXs and liquidity venues.</td></tr><tr><td><strong>Privacy &#x26; Trade Order Masking</strong></td><td>Trade intents are held offchain until execution. All trades are routed through Definitive proxy addresses vs. directly through your wallet to help mitigate wallet-tracking.</td></tr><tr><td>Quick Trade</td><td>Optimized order type for trading new or high-volatility tokens / trench-trading</td></tr><tr><td>Post Trade Reporting (Coming Soon)</td><td>Post trade data to power analytics, accounting or compliance flows, including timestamp, trade size, average fill price and more.</td></tr></tbody></table>

***

## <mark style="color:orange;">Why Be an Early Flash Partner?</mark>

We’re inviting a select group of wallets and AI agent projects to integrate Flash API before general availability. If you’d like to participate, please [fill out this quick form.](https://docs.google.com/forms/d/e/1FAIpQLSfHMEaTuafB4HNChR-3sdn9kyBt2uSuqD54IJyRoNTGrLSGcw/viewform?usp=dialog)

### What Early Partners Receive

<table><thead><tr><th width="287.52984619140625">Benefit</th><th>What It Means For You</th></tr></thead><tbody><tr><td><strong>Early Access</strong></td><td>Private beta access to the latest Flash API features before public launch.</td></tr><tr><td><strong>Dedicated Integration Support</strong></td><td>FREE integration support and direct line to team via TG for 6 months</td></tr><tr><td><strong>Co-Marketing Support</strong></td><td>Joint announcement on Definitive’s official socials and email newsletter with 1000s pf traders to help drive traffic to you. Feature in Flash API case study (with your input on content).</td></tr><tr><td><strong>Product Roadmap Influence</strong></td><td>Your use case and feedback directly shape the Flash API roadmap.</td></tr></tbody></table>

## <mark style="color:orange;">Get Started Today</mark>&#x20;

Start building with Flash today - see our AI-friendly Docs [here](https://flash.definitive.fi/docs)


---

# 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.definitive.fi/developers/flash-api-new.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.
