API Overview
This is our API documentation.
Hibachi provides 2 types of API:
- REST API
- Websocket API
The REST API provides all functionality access with easy-to-use request and response models.
Websocket API provides lower latency access to real time trading and data.
Documentation
- View Key Definitions
- View Pre-requisites
REST API
You can find documentation for all Hibachi REST API on this page.
We have 2 different categories of API:
- Account API: for account specific query and action
- Market API: for market data and metadata
Websocket API
For Websocket API, please use this link to access our public Postman workspace.
You can find the detailed documentation this way:
- Select "Websockets API" and choose one of the API endpoint.
- Click the "Documentation" button on top right.
Quick Links
Hibachi UI: https://hibachi.xyz
Use Exchange Info API to get the list of future contracts
Use Trade Order API to place orders
Use Account Info API to get account status
Authorization
This folder is using API Key from folder Account API