What problem does it solve? AI agents and developers lack accurate, up-to-date knowledge of DFlow's trading APIs on Solana, leading to incorrect endpoints, wrong token mints, and failed swap or prediction market integrations. ## Core Features & Use Cases - Swap API Integration: Execute imperative and declarative token swaps via the Order, Quote, and Swap endpoints with slippage, priority fee, and Jito MEV protection configuration. - Prediction Market Trading: Query events, markets, orderbooks, and trades through the Metadata API, and trade YES/NO outcome tokens with dedicated slippage parameters. - Real-Time Streaming: Subscribe to price, orderbook, and trade updates over WebSocket for live market monitoring. - Use Case: Build a trading bot that fetches a quote for a SOL-to-USDC swap, signs the returned VersionedTransaction, monitors async order status, and streams prediction market prices in real time. ## Quick Start Use the dflow skill to write TypeScript code that gets a quote and executes a swap of 1 SOL to USDC through the DFlow Order API.