Filament · AsyncAPI Specification
Filament Orderbook Streaming API
Version 1.0.0
Real-time WebSocket streams for the Filament perpetual DEX on Sei: order-book state, live asset price feed, and per-account order updates.
View Spec
View on GitHub
CompanyCryptoDeFiDerivativesPerpetualsDEXTradingBlockchainSEIWeb3AsyncAPIEventsWebSockets
Channels
orderBookState
Real-time order-book state (bids/asks) per market.
livefeed
Live asset price updates (mark/spot/funding).
orderUpdates
Individual order status changes for a subscribed account.
Messages
OrderBookState
OrderBookState
Snapshot/delta of order-book bids and asks for a market.
AssetTick
AssetTick
Asset price tick.
OrderUpdate
OrderUpdate
Status change for one of the subscribed account's orders.
Servers
wss
book
Order-book state WebSocket.
wss
orders
Order updates WebSocket.
AsyncAPI Specification
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.