EXECX logo

Crypto Execution

Low latency, lower fees

Reliable crypto execution with a single API across multiple exchanges. Save money on fees, scale quickly.

Simplify, Then Add Lightness

Target Position Manager

Set a target position and EXECX will use post-only trades to reduce your fees. We use multi-level quotes with dynamic scaling that are automatically updated as the market moves.

Binance Maker Fee *0.08%
Binance Taker Fee *0.1%
Saving0.02%
* Source - Binance VIP 2

Find Your Edge

Our platform delivers ultra-low latency execution without sacrificing reliability. By using all available cores on your machine, we ensure lightning-fast order processing and rock-solid performance, even during periods of peak market volatility.

Simple REST API

Our fully documented REST API connects seamlessly to your applications, whether you use Go, Python, JavaScript or another language. Build what you want, how you want.

import requests

url = "http://localhost:35027"
sessionId = "example-session"

# send logon request
exchangeKey = {
    "apiKey": "key",
    "secretKey": "key",
    "exchange": "binance-spot"
}

startOrderHandler = {
    "exchangeKey": exchangeKey,
    "sessionId": sessionId
}

response = requests.post(url+"/startOrderHandler", json=startOrderHandler)
if response.status_code != 200:
    raise Exception("unexpected response when starting order handler session")

# send an order
newOrder = {
    "clOrderId": "a",
    "symbol": "BTCUSDT",
    "sessionId": sessionId,
    "transactionType": "pull"
}

response = requests.post(url+"/sendOrder", json=newOrder)
if response.status_code != 200:
    raise Exception("unexpected response when sending order")
else:
    print("sent order")

Cloud Native

Crypto exchanges are in the cloud and so are we, our Docker builds give you the flexibility to run anywhere.

EXECX logo Prometheus logo Golang logo Docker logo

Trigger Based Orders

Get ahead of the game by setting batches of orders to be triggered on specific prices, in fast moving markets prices can change rapidly - use every advantage you can.

  1. Trigger set

  2. Price updated

  3. Order sent

Features Our Clients Love

  • A single, accessible REST API
  • Price triggers react fast to market events
  • Send your own orders or use our built in position management system to avoid taker fees
  • Leverage Prometheus metrics to get real time latencies and rate limit usage

Supported Exchanges

Simple Pricing

EXECX logo symbol only

£99 /month

  • 30 day free trial
  • Unlimited deployments
  • Access to all future updates
  • Cancel at any time
Start a free trial