Kraken · Arazzo Workflow
Kraken Allocate Earn Funds and Confirm
Version 1.0.0
Pick an Earn strategy, allocate funds, then poll until the allocation settles.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
earn-allocate-and-confirm
Allocate funds to a Kraken Earn strategy and poll until it settles.
Lists strategies for the asset, allocates the requested amount to the chosen strategy id, and polls the allocate-status endpoint until pending clears.
1
listStrategies
listEarnStrategies
List the Earn strategies available for the asset so the caller can confirm the chosen strategy id is offered. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies.
2
allocate
allocateEarnFunds
Allocate the requested amount into the chosen strategy. The call is asynchronous; a true result means the allocation request was accepted.
3
pollStatus
getEarnAllocateStatus
Poll the allocate-status endpoint until the in-flight allocation for the strategy is no longer pending. Retries on a pending result.