Run your own market maker on our books
Point a Hummingbot instance at this exchange with an HMAC-signed API key. Your strategy stays on your machine; the order book, the fills and the balances are ours.
A real exchange API, not a demo endpoint
Spot and perpetuals, market data and user data — the surface a market-making bot actually needs to quote both sides and manage inventory.
Spot and perpetual orders
Place, amend and cancel on both venues, set leverage on perpetuals, and read your open positions — the same engine the web terminal trades against.
Streaming market data
Order book, ticker and public trades over both REST and a websocket stream, so a quoting loop is not polling for its own mid price.
User data stream
Fills, order status changes and balance updates pushed as they happen, so inventory skew reflects the last fill rather than the last poll.
Scoped, rotatable keys
Grant read, trade or both per key. Rotate the secret without deleting the key, disable one instance without touching the others.
Curated controller presets
Pure market making and cross-exchange market making configs, rendered as YAML you drop straight into your install's conf/controllers/.
Self-hosted, with a console
Your bot runs where you run it, and nothing about your strategy is stored on this side. You still get a window into it: quotes, fills and inventory live in your browser, with a stop button.
From install to first quote
Four steps, and the first three cost nothing.
Create a key
Name it after the instance it belongs to, pick its permissions and whitelist the IP it will call from.
Connect Hummingbot
Add this exchange as a connector and paste the key and secret. The secret is shown once, at creation.
Load a strategy
Download a preset controller config, or bring your own. Both run entirely inside your install.
Start quoting
Watch it work in the bot console — your ladder, your fills, your inventory, live from the moment the first order lands.
Bring your own strategy
Create a key, point your instance at it, and start quoting. Disable the key and the bot stops — nothing else has to change.
Self-hosted · HMAC-signed · spot and perpetuals · live console included
