Hibachi website screenshot

Hibachi

Hibachi is a stablecoin-native, privacy-first decentralized exchange for perpetual futures and FX trading. Built by contributors from Citadel, Tower Research, IMC, Meta, Google and Amazon, it pairs a low-latency central-limit-orderbook trading engine with a zk-verified settlement layer, so collateral only moves on-chain when validated by a zero-knowledge proof. Hibachi exposes a public REST and WebSocket API across two hosts (api.hibachi.xyz for account, trading and capital operations; data-api.hibachi.xyz for market data), an official Python SDK, a TypeScript example integration, and a CCXT integration. Authentication uses an API key in the Authorization header, and order, withdraw and transfer operations additionally require an ECDSA or HMAC request signature. It is backed by Electric Capital.

Hibachi publishes 3 APIs on the APIs.io network: Capital API, Market API, and Trade API. Tagged areas include Company, Defi, Cryptocurrency, Exchange, and Perpetual Futures.

The Hibachi catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Hibachi’s developer surface includes documentation, API reference, getting-started guide, engineering blog, pricing, signup flow, authentication, and 22 more developer resources.

54.1/100 developing ▬ flat Agent 71/100 agent native Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
3 APIs 1 MCP Servers
CompanyDefiCryptocurrencyExchangePerpetual FuturesTradingDerivativesStablecoinWebSocketBlockchain

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 54.1/100 · developing
Contract Quality 18.4 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 71/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/hibachi: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Hibachi Capital API

Authenticated capital movement: balance, deposit info, withdraw, transfer

Hibachi Market API

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

Hibachi Trade API

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

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

hibachi-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Hibachi WebSocket API

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; acco...

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Hibachi Authentication

apiKey/signature · 1 scheme

SECURITY

Hibachi Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Hibachi Agentic Access

27 operations · 8 acting

27 operations · 8 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: hibachi
name: Hibachi
description: Hibachi is a stablecoin-native, privacy-first decentralized exchange for perpetual futures and FX trading. Built
  by contributors from Citadel, Tower Research, IMC, Meta, Google and Amazon, it pairs a low-latency central-limit-orderbook
  trading engine with a zk-verified settlement layer, so collateral only moves on-chain when validated by a zero-knowledge
  proof. Hibachi exposes a public REST and WebSocket API across two hosts (api.hibachi.xyz for account, trading and capital
  operations; data-api.hibachi.xyz for market data), an official Python SDK, a TypeScript example integration, and a CCXT
  integration. Authentication uses an API key in the Authorization header, and order, withdraw and transfer operations additionally
  require an ECDSA or HMAC request signature. It is backed by Electric Capital.
url: https://raw.githubusercontent.com/api-evangelist/hibachi/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- electric-capital
x-tier: enriched
x-tier-reason: portfolio-lead-enriched
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Defi
- Cryptocurrency
- Exchange
- Perpetual Futures
- Trading
- Derivatives
- Stablecoin
- WebSocket
- Blockchain
image: https://hibachi.xyz/favicon.ico
apis:
- aid: hibachi:hibachi-capital-api
  name: Hibachi Capital API
  description: 'Authenticated capital movement: balance, deposit info, withdraw, transfer'
  humanURL: https://api-doc.hibachi.xyz/
  baseURL: https://api.hibachi.xyz
  tags:
  - Capital
  properties:
  - type: OpenAPI
    url: openapi/hibachi-capital-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/hibachi-ws-asyncapi.yml
  - type: Documentation
    url: https://docs.hibachi.xyz/hibachi-docs/api-and-developer-tools.md
  - type: APIReference
    url: https://api-doc.hibachi.xyz/
  - type: Postman
    url: https://api-doc.hibachi.xyz/
- aid: hibachi:hibachi-market-api
  name: Hibachi Market API
  description: 'Public market data: contracts, prices, stats, trades, klines, orderbook, funding rates'
  humanURL: https://api-doc.hibachi.xyz/
  baseURL: https://api.hibachi.xyz
  tags:
  - Market
  properties:
  - type: OpenAPI
    url: openapi/hibachi-market-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/hibachi-ws-asyncapi.yml
  - type: Documentation
    url: https://docs.hibachi.xyz/hibachi-docs/api-and-developer-tools.md
  - type: APIReference
    url: https://api-doc.hibachi.xyz/
  - type: Postman
    url: https://api-doc.hibachi.xyz/
- aid: hibachi:hibachi-trade-api
  name: Hibachi Trade API
  description: 'Authenticated trading: orders, positions, account info, settlements, leverage'
  humanURL: https://api-doc.hibachi.xyz/
  baseURL: https://api.hibachi.xyz
  tags:
  - Trade
  properties:
  - type: OpenAPI
    url: openapi/hibachi-trade-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/hibachi-ws-asyncapi.yml
  - type: Documentation
    url: https://docs.hibachi.xyz/hibachi-docs/api-and-developer-tools.md
  - type: APIReference
    url: https://api-doc.hibachi.xyz/
  - type: Postman
    url: https://api-doc.hibachi.xyz/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://hibachi.xyz/
- type: DeveloperPortal
  url: https://docs.hibachi.xyz/
- type: Documentation
  url: https://docs.hibachi.xyz/hibachi-docs/api-and-developer-tools.md
- type: APIReference
  url: https://api-doc.hibachi.xyz/
- type: GettingStarted
  url: https://docs.hibachi.xyz/hibachi-docs/getting-started.md
- type: Blog
  url: https://blog.hibachi.xyz/
- type: GitHubOrganization
  url: https://github.com/hibachi-xyz
- type: Pricing
  url: https://docs.hibachi.xyz/hibachi-docs/trading/fees.md
- type: SignUp
  url: https://hibachi.xyz/
- type: TermsOfService
  url: https://hibachi.xyz/terms
- type: PrivacyPolicy
  url: https://hibachi.xyz/privacy
- type: Postman
  url: https://api-doc.hibachi.xyz/
- type: OpenAPI
  url: openapi/hibachi-openapi.yml
- type: AsyncAPI
  url: asyncapi/hibachi-ws-asyncapi.yml
- type: Authentication
  url: authentication/hibachi-authentication.yml
- type: Packages
  url: packages/hibachi-packages.yml
- type: SDKs
  url: packages/hibachi-packages.yml
- type: MCPServer
  url: mcp/hibachi-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/hibachi-llms.txt
- type: Overlay
  url: overlays/hibachi-openapi-overlay.yaml
- type: Conformance
  url: conformance/hibachi-conformance.yml
- type: ErrorCatalog
  url: errors/hibachi-problem-types.yml
- type: Lifecycle
  url: lifecycle/hibachi-lifecycle.yml
- type: Conventions
  url: conventions/hibachi-conventions.yml
- type: Sandbox
  url: sandbox/hibachi-sandbox.yml
- type: DataModel
  url: data-model/hibachi-data-model.yml
- type: AgenticAccess
  url: agentic-access/hibachi-agentic-access.yml
- type: DomainSecurity
  url: security/hibachi-domain-security.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence