Kraken · Arazzo Workflow
Kraken Place a Futures Order
Version 1.0.0
Check instrument status and ticker, place a futures order, then confirm it is open.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
place-futures-order
Confirm the instrument is trading, place a futures order, and confirm it is open.
Reads instrument status and the ticker for the symbol, submits a futures order, and lists open orders to confirm acceptance.
1
instrumentStatus
getInstrumentsStatus
Confirm the instrument is in a tradable state before submitting an order.
2
readTicker
getTickerForSymbol
Read the live ticker for the symbol to price the order against the current market.
3
sendOrder
sendOrder
Submit the futures order. Private Futures endpoints are signed and accept application/x-www-form-urlencoded bodies.
4
confirmOpen
getOpenOrdersFutures
List open orders to confirm the new order is resting on the book.