Kraken · Arazzo Workflow
Kraken Reconcile Spot Trade History
Version 1.0.0
Pull trade history, drill into specific trades, then tie them to ledger entries.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
reconcile-trade-history
Reconcile spot trades against ledger entries for a period.
Reads trade history, fetches detail for the supplied trade ids, and reads the ledger so trades can be matched to the resulting balance movements.
1
tradesHistory
getTradesHistory
Pull recent trade history for the account. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies.
2
tradeDetail
queryTradesInfo
Query detailed information for the supplied trade ids to inspect fees, prices, and the orders that produced them.
3
ledger
getLedgersInfo
Read ledger entries over the same window so trades can be matched to the cash and fee movements they generated.