DFlow · AsyncAPI Specification
DFlow Trading API WebSocket Streams
Version 0.1.0
DERIVED event surface for the DFlow Trading API real-time WebSocket streams. Modeled by API Evangelist from the published DFlow docs (https://pond.dflow.net/resources/trading-api/websockets/overview and the /spot/recipes/stream-* recipes); DFlow does not publish a native AsyncAPI document. Channels stream live market data (top-of-book quotes, order-book depth, and priority-fee estimates) over WebSocket. Not a webhook/callback surface — these are client-subscribed read streams.
View Spec
View on GitHub
CompanyCrypto Web3SolanaTrading APIDeFiDEX AggregatorToken SwapBlockchainMEV ProtectionPrediction MarketsAgent ReadyAsyncAPIWebhooksEvents
Channels
quoteStream
Stream live bid/ask (top-of-book) quotes for a token pair.
bookStream
Stream ten levels of order-book depth for a token pair.
priorityFeesStream
Stream Trading API priority-fee estimates.
Servers
wss
production
Production WebSocket host (API key via x-api-key for higher limits).
wss
developer
Keyless, rate-limited developer WebSocket host for testing.