Hibachi · AsyncAPI Specification
Hibachi WebSocket API
Version 1.0.0
Hibachi exposes a WebSocket API alongside its REST API for lower-latency access to real-time trading and market data. Public market streams (/ws/market) require no API key; account and trading streams require the same Authorization API key used by the REST API. This document captures the WebSocket surface documented in Hibachi's public API documentation; per-message payload schemas were not published in machine-readable form at capture time.
View Spec
View on GitHub
CompanyDefiCryptocurrencyExchangePerpetual FuturesTradingDerivativesStablecoinWebSocketBlockchainAsyncAPIWebhooksEvents
Channels
market
Public real-time market data stream (prices, trades, orderbook, klines). No API key required.
account
Authenticated real-time account/trading stream. Requires the Authorization API key.
Servers
wss
production-api
Account and trading WebSocket stream (authenticated).
wss
production-data
Market data WebSocket stream.
wss
staging-api
Staging account/trading WebSocket stream.
wss
staging-data
Staging market data WebSocket stream.