Hummingbot connector

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.

Order BookBTC/USDT68,4680.4268,4560.7368,4441.0468,4321.3568,412.500.04%68,4000.3868,3880.6568,3760.9268,3641.19pure_market_makingInstance · uptime 9d 4hSpread0.35% / 0.35%Refresh30sInventory skewBTCUSDTTarget ratio 50 / 5058 / 42Recent fillsBUY0.014 BTCSELL0.024 BTCBUY0.034 BTCSELL0.044 BTCSelf-hosted or managedHMAC-signed API
HMAC-signed requests
Secret never leaves your bot
IP Whitelisting
Per key, enforced server-side
Timestamped and replay-safe
Signed window per request
Every call audited
Per-key request log
What the connector covers

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.

Getting Started

From install to first quote

Four steps, and the first three cost nothing.

Step 1

Create a key

Name it after the instance it belongs to, pick its permissions and whitelist the IP it will call from.

Step 2

Connect Hummingbot

Add this exchange as a connector and paste the key and secret. The secret is shown once, at creation.

Step 3

Load a strategy

Download a preset controller config, or bring your own. Both run entirely inside your install.

Step 4

Start quoting

Watch it work in the bot console — your ladder, your fills, your inventory, live from the moment the first order lands.

Connect your bot

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