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 Trade API

Authenticated trading: orders, positions, account info, settlements, leverage

Hibachi Trade 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 Trade. The published artifact set on APIs.io includes an OpenAPI specification, an AsyncAPI specification, API documentation, and an API reference.

This API exposes 12 operations across 7 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.

12 operations 7 paths 0 schemas 2 DELETE6 GET3 POST1 PUT

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 Trade 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 12

Across 7 paths, the API surfaces 12 operations — 2 DELETE, 6 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Trade 12

Authenticated trading: orders, positions, account info, settlements, leverage

GET
/trade/account/info
/trade/account/info
getAccountInfo 1 param → 200400401
GET
/trade/account/trades
/trade/account/trades
getAccountTrades 1 param → 200400401
GET
/trade/account/settlements_history
/trade/account/settlementshistory
getSettlementsHistory 1 param → 200400401
GET
/trade/orders
/trade/orders
listPendingOrders 1 param → 200400401
POST
/trade/orders
/trade/orders
placeOrdersBatch body → 200400401
DELETE
/trade/orders
/trade/orders
cancelAllOrders body → 200400401
GET
/trade/order
/trade/order
getOrder 2 params → 200400401
POST
/trade/order
/trade/order
placeOrder body → 200400401
PUT
/trade/order
/trade/order
modifyOrder body → 200400401
DELETE
/trade/order
/trade/order
cancelOrder body → 200400401
POST
/trade/account/leverage
/trade/account/leverage
setLeverage body → 200400401
GET
/trade/orders/history
/trade/orders/history
getOrdersHistory 3 params → 200400401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hibachi-trade-api-openapi.yml Raw ↑

Other APIs Hibachi publishes across the network.

Hibachi Capital API
Hibachi Market API