TRADE
WITH THE BEST
Next-generation exchange with institutional-grade infrastructure, sub-millisecond execution, and deep liquidity.
Trade and earn more
Three ways to boost your returns on ABCEX — zero maker fee, rebates on large volumes and a lifetime referral share
Zero fee for makers
Provide liquidity for free at every level, regardless of trading volume
Volume rebates
The exchange pays you for providing liquidity. The higher the volume — the bigger the return
Referral program
35% of your referrals' trading fees — for life, with no limits and daily payouts
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
Integrate with ABCEX via API
Our API lets you fully integrate your application or trading bot with the exchange
Get startedimport 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())
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.

