List Earn Strategies
List earn strategies along with their parameters.
Requires a valid API key but not specific permission is required.
Returns only strategies that are available to the user based on geographic region.
When the user does not meet the tier restriction, can_allocate will be
false and allocation_restriction_info indicates Tier as the restriction
reason. Earn products generally require Intermediate tier. Get your account verified
to access earn.
A note about lock_type:
instant: can be deallocated without an unbonding period. This is called flexible in the UI.bonded: has an unbonding period. Deallocation will not happen until this period has passed.flex: “Kraken rewards”. This is earning on your spot balances where eligible. It’s turned on account wide from the UI and you cannot manually allocate to these strategies.
Paging isn’t yet implemented, so the endpoint always returns all data in the first page.
Authorizations
The "API-Key" header should contain your API key.
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
List strategies parameters
Nonce used in construction of API-Sign header
true to sort ascending, false (the default) for descending.
Filter strategies by asset name
None to start at beginning/end, otherwise next page ID
How many items to return per page. Note that the limit may be cap'd to lower value in the application code.
Filter strategies by lock type
Type of a strategy
flex, bonded, timed, instant