Skip to main content
POST
Add Order Batch

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

Body

application/json
nonce
integer<int64>
required

Nonce used in construction of API-Sign header

orders
object[]
required
pair
string
required

Asset pair id or altname

asset_class
enum<string>

This parameter is required on requests for non-crypto pairs, i.e. use tokenized_asset for xstocks.

Available options:
tokenized_asset
deadline
string

RFC3339 timestamp (e.g. 2021-04-01T00:18:45Z) after which the matching engine should reject the new order request, in presence of latency or order queueing. min now() + 2 seconds, max now() + 60 seconds.

validate
boolean
default:false

Validate inputs only. Do not submit order.

broker
string | null

Broker IIBAN (Partner's Kraken IIBAN)

Response

200 - application/json

The order of returned orders in the response array is the same as the order of the order list sent in request.

result
Result · object
error
string[][]

Kraken API error