Hibachi · Authentication Profile

Hibachi Authentication

Authentication

Hibachi secures its APIs with apiKey and signature across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyDeFiCryptocurrencyExchangePerpetual FuturesTradingDerivativesStablecoinsWebSocketBlockchain
Methods: apiKey, signature Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/hibachi-openapi.yml
docs: https://api-doc.hibachi.xyz/
summary:
  types:
  - apiKey
  - signature
  api_key_in:
  - header
  signing:
  - ecdsa
  - hmac
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: >-
    API key identifying the account, passed in the Authorization header. Required for all
    endpoints except the public /market and /exchange endpoints. The API key does NOT sign
    requests.
  sources:
  - openapi/hibachi-openapi.yml
signing:
  description: >-
    Order, withdraw, and transfer payloads must additionally carry a `signature` field (65 bytes)
    generated from the account's private/secret key. Trustless accounts (created by connecting a
    crypto wallet) sign with an ECDSA private key; exchange-managed accounts (created via email or
    social login) sign with an HMAC secret key. The signature is computed over a defined byte
    layout per operation (e.g. withdraw: assetId + quantity + maxFees).
  methods:
  - id: ecdsa
    account_type: trustless
    note: ECDSA signature over the operation payload; NOT the crypto wallet's private key.
  - id: hmac
    account_type: exchange-managed
    note: HMAC signature using the account's secret key.
  signed_operations:
  - openapi/hibachi-openapi.yml#submitWithdraw
  - openapi/hibachi-openapi.yml#submitTransfer
  - openapi/hibachi-openapi.yml#placeOrder
  - openapi/hibachi-openapi.yml#placeOrdersBatch
  - openapi/hibachi-openapi.yml#modifyOrder
  - openapi/hibachi-openapi.yml#cancelOrder
  - openapi/hibachi-openapi.yml#cancelAllOrders

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/hibachi-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.