Skip to main content

Start building
with Kraken

Build on Kraken — spot, derivatives, OTC, custody, and crypto payments over REST, WebSocket, and FIX.
import krakenex

api = krakenex.API()
api.key    = 'API_KEY'
api.secret = 'API_SECRET'

resp = api.query_private('AddOrder', {
    'pair':      'XXBTZUSD',
    'type':      'buy',
    'ordertype': 'limit',
    'price':     '50000',
    'volume':    '1.0',
})
print(resp['result'])

Browse by product

Kraken CLI

Need help integrating?

Help center

Browse account and product FAQs.

API status

Real-time API health and uptime.

Contact support

Open a ticket with API support.