# Flash API (coming May 2026)

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

Flash API is Definitive’s new, institutional-grade, trade execution API that lets any wallet, app, or AI agent offer advanced onchain trading — without building it themselves.

> 💡 **Wallets. Exchanges. Apps. Agents. — One API. Single execution layer for Stop Loss, Take Profit, Limit, TWAP, Quick Trade & Market orders. EVM + Solana. Non-custodial. Smart routing for 200+ DEXs & MMs. MEV protected.**

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

Unlike our [Existing Client API](/developers/existing-client-api.md), Flash API **does not r**equire you to deposit into Definitive’s trading vault wallet infrastructure.

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

* Crypto wallets looking to add advanced order types (TWAP, Limit, Stop, Take Profit, Quick Trade) as an additional revenue stream without a 6+ month engineering sprint
* AI Trading Agents that need a simple, reliable execution layer for autonomous trades on EVM + Solana
* Embedded wallet apps where trading is one feature, not a core product you want to spend 6+ months building
* Fintech and neobanks that need onchain 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> (TWAP, Limit, Stop, Take Profit)</td><td>The only API offering advanced orders for any token on EVM &#x26; Solana</td></tr><tr><td><strong>Managed Transaction Landing</strong></td><td>We land orders on your behalf, handling MEV protection, gas, and retries. 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</td></tr><tr><td><strong>Privacy &#x26; Trade Order Masking</strong></td><td>All trades are routed through Definitive proxy addresses vs. direclty through user wallets to help mitigate wallet-tracking.</td></tr><tr><td>Quick Trade (Coming Soon)</td><td>Optimized order type for trading new or high-volatility tokens / trench-trading</td></tr><tr><td>PnL &#x26; Post Trade Reporting (Coming Soon)</td><td>Post trade data including timestamp, trade size, average fill price, execution venue, allowing you to easily build analytics for your users.</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 Flash API 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 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>


---

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