Anthill Engine
A Matching Engine for crypto trading
3 subscribers
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Anthill Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| orders | ||
| GET |
Get Book /orders/books/{market} |
Get book for a specific tenant market. |
| PUT |
Cancel Order /orders/cancel/{id} |
Cancels an active order on the engine, removing it from the book. |
| GET |
Get orders /orders |
Get all orders on tenant engine |
| POST |
Create Order /orders |
Create new order on the engine. |
| tenants | ||
| POST |
Create Tenant /tenants |
You need to hit this endpoint to create your tenant and your engines, you should pass the engines you want on "availableMarkets" in the format of "btcbrl, ethbrl, other, other2",… |
| POST |
Add Webhook /tenants/webhook |
Adding a webhook to a tenant, this is used to be updates in realtime, as changes happens in the engine |
| PUT |
Add new engine /tenants/engine |
This endpoint is for add new engines on the run |
| trades | ||
| GET |
Get Trades /trades |
Get trades history for a tenant market. |
| analytics | ||
| GET |
Get KLines /analytics |
The endpoint recover klines, a useful tool to generate charts and do analyses on the exchange |
Anthill Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 40 / second |
|
| PRO | $30 / month | 150 / second |
|
| ULTRA | $100 / month | 400 / second |
|
| MEGA | $250 / month | — |
|