TRADE
WITH THE
BEST

Next-generation exchange with institutional-grade infrastructure, sub-millisecond execution, and deep liquidity.

24h Volume
from 0%
Trading Fee
BTC
BTC/USDTSPOT
Depth
BidsAsks
TradesAmountTime
Connecting...ABCEX
All Features

Why choose ABCEX

Exchange, trade and withdraw funds on the best terms

Unlimited exchange

We support crypto-fiat and crypto-crypto exchanges

Favorable rates

Maximize your profits

Overdrafts

Access liquidity beyond your balance — trade without waiting for deposits

24/7 Support

Real specialists around the clock — in chat and Telegram

Wide regional office network

cities and offices — cash operations near you

API

REST API with full trading access - integrate in hours

API

Integrate with ABCEX via API

Our API lets you fully integrate your application or trading bot with the exchange

Get started
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import hmac, hashlib, time, requests

GATEWAY = 'https://api.abcex.io'

def call(method, path, body=''):
    ts = str(int(time.time() * 1000))
    message = f'{ts}\n{method}\n{path}\n{body}'
    signature = hmac.new(SECRET_KEY.encode(),
        message.encode(), hashlib.sha256).hexdigest()
    return requests.request(method, GATEWAY + path, headers={
        'X-API-Key':       PUBLIC_KEY,
        'X-API-Timestamp': ts,
        'X-API-Signature': signature,
    })

# Кто я?
print(call('GET', '/api/v1/auth/me').json())
api.abcex.io · HMAC-SHA256
REST + WebSocket
Web App

Trade anywhere,
anytime

Full trading suite in your pocket. Open ABCEX in any browser on any device — add to home screen and use it like a native app. No install required.

Works in browserAdd to home screenNo install neededAny device
ABCEX Trading App