Security
Security you can see
Your assets and data are protected by layered defences, independent audits and a team that works around the clock.
Audited and transparent
Independent audits and quarterly proof-of-reserves reports.
Assets held 1:1
Customer assets are segregated and never lent without consent.
Privacy by default
We never sell your personal data.
Strong encryption
Data encrypted in transit and at rest.
Account protection
2FA, passkeys, withdrawal allowlists and multi-approval.
24/7 support
Report a problem any time and reach a real person.
Help when you need it
Bug bounty
Security is a team sport
We reward researchers who responsibly disclose vulnerabilities through our bug bounty programme.
# Place a limit order over REST
import requests
order = {
"product_id": "BTC-EUR",
"side": "buy",
"type": "limit",
"price": "70250.00",
"size": "0.25"
}
r = requests.post(API + "/orders", json=order, headers=auth())
print(r.json()["status"]) # "open"
Start your crypto journey today
Open an account in minutes and buy your first crypto with as little as €10.