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 FuturesTradingDerivativesStablecoinsWebSocketBlockchainAsyncAPIEventsWebSockets

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.

AsyncAPI Specification

Raw ↑
# generated: '2026-07-19'
# method: searched
# source: https://api-doc.hibachi.xyz/ (Hibachi API Postman collection description + environment)
asyncapi: 3.0.0
info:
  title: Hibachi WebSocket API
  version: 1.0.0
  description: >-
    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.
servers:
  production-api:
    host: api.hibachi.xyz
    protocol: wss
    description: Account and trading WebSocket stream (authenticated).
  production-data:
    host: data-api.hibachi.xyz
    protocol: wss
    description: Market data WebSocket stream.
  staging-api:
    host: api-staging.hibachi.xyz
    protocol: wss
    description: Staging account/trading WebSocket stream.
  staging-data:
    host: data-api-staging.hibachi.xyz
    protocol: wss
    description: Staging market data WebSocket stream.
channels:
  market:
    address: /ws/market
    description: >-
      Public real-time market data stream (prices, trades, orderbook, klines). No API key required.
    servers:
      - $ref: '#/servers/production-data'
  account:
    address: /ws
    description: >-
      Authenticated real-time account/trading stream. Requires the Authorization API key.
    servers:
      - $ref: '#/servers/production-api'
operations:
  receiveMarketData:
    action: receive
    channel:
      $ref: '#/channels/market'
    summary: Subscribe to real-time public market data.
  receiveAccountUpdates:
    action: receive
    channel:
      $ref: '#/channels/account'
    summary: Subscribe to authenticated account and order updates.

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/hibachi-ws-asyncapi"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.