Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hibachi Market API

Public market data: contracts, prices, stats, trades, klines, orderbook, funding rates

Hibachi Market API is one of 3 APIs that Hibachi publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Market. The published artifact set on APIs.io includes an OpenAPI specification, an AsyncAPI specification, API documentation, and an API reference.

This API exposes 10 operations across 10 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.hibachi.xyz, https://data-api.hibachi.xyz.

10 operations 10 paths 0 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.hibachi.xyz
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Hibachi Market API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth).

  • ApiKeyAuth — API key identifying the account. Required for all endpoints except public /market and /exchange endpoints. This key does NOT sign requests; order/withdraw/tran…

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. Each is listed below with its method, path, parameters, and response codes.

Market 10

Public market data: contracts, prices, stats, trades, klines, orderbook, funding rates

GET
/market/exchange-info
/market/exchange-info
getExchangeInfo → 200400401
GET
/market/inventory
/market/inventory
getInventory → 200400401
GET
/market/data/prices
/market/data/prices
getPrices 1 param → 200400401
GET
/market/data/stats
/market/data/stats
getStats 1 param → 200400401
GET
/market/data/trades
/market/data/trades
getMarketTrades 1 param → 200400401
GET
/market/data/klines
/market/data/klines
getKlines 4 params → 200400401
GET
/market/data/open-interest
/market/data/open-interest
getOpenInterest 1 param → 200400401
GET
/market/data/orderbook
/market/data/orderbook
getOrderbook 3 params → 200400401
GET
/market/data/funding-rates
/market/data/funding-rates
getFundingRates 4 params → 200400401
GET
/exchange/utc-timestamp
/exchange/utc-timestamp
getUtcTimestamp → 200400401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hibachi-market-api-openapi.yml Raw ↑

Other APIs Hibachi publishes across the network.

Hibachi Capital API
Hibachi Trade API