Skip to main content
POST
List Earn Strategies

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

List strategies parameters

nonce
integer<int64>
required

Nonce used in construction of API-Sign header

ascending
boolean | null

true to sort ascending, false (the default) for descending.

asset
string | null

Filter strategies by asset name

cursor
string | null

None to start at beginning/end, otherwise next page ID

limit
integer<uint16> | null

How many items to return per page. Note that the limit may be cap'd to lower value in the application code.

lock_type
enum<string>[] | null

Filter strategies by lock type

Type of a strategy

Available options:
flex,
bonded,
timed,
instant

Response

200 - application/json

Response

error
string[]

Kraken API error

result
object | null