API Kraken Futures

Kraken Futures

 

Overview

The REST API allows to securely access the methods of your Kraken Futures account. Examples of REST API Methods:

 

 

These methods are called "endpoints" and are explained in REST API section.

 

The Websocket API allows to securely establish a communication channel to the Kraken Futures platform to receive information in real time. This allows listening to updates instead of continuously sending requests. These channels are called subscriptions.

 

Some of the endpoints allow performing sensitive tasks, such initiating a digital asset withdrawal. To access these endpoints securely, the API uses encryption techniques developed by the National Security Agency.

 

Configuration

In order to use the API, you need to generate a pair of unique API keys (if you want access to private APIs):

 

1. Sign in to your Kraken Futures account.

2. Click on your name on the upper-right corner.

3. Select "Settings" from the drop-down menu.

4. Select the "Create Key" tab in the API panel.

5. Press the "Create Key" button.

6. View your Public and Private keys and record them somewhere safe.

 

Copy the Public and Private Keys to the KrakenOptions property of the component.

 

KrakenOptions.ApiKey

KrakenOptions.ApiSecret

 

 

APIs supported