feat(v1.0.6): Minor type updates per release notes, some fee schedule endpoint deprecations#46
Merged
Merged
Conversation
…te fee schedule methods in DerivativesClient
- Added new request types for the WebSocket API, including parameters for adding, amending, and canceling spot orders. - Updated the documentation to include a new quickstart guide for the Kraken SDK. - Refactored existing examples to use ES6 import syntax for the DerivativesClient.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
22 June 2026 Derivatives REST v1
Deprecated the Futures Fee Schedules endpoints and related fields (feeScheduleUid, FeeSchedule, FeeScheduleVolumes, FeeTier). Effective 2026-06-22, fee calculation for Futures trades has been migrated to a centralised Kraken fee service — use the Spot GetTradeVolume endpoint authenticated with a Spot API key to determine the fee rate applied to your trades. You can begin migrating now: until 2026-06-22 both the Futures fee endpoints and the Spot GetTradeVolume endpoint will return the correct fee values.
18 May 2026 Derivatives REST v1
Added unknown value to enums (order direction, orderType, triggerSignal, triggerSide, trailing-stop / max-deviation unit, and HistoricalPositionUpdateElement's positionChange, tradeType, updateReason). This is not expected to happen regularly; when it does, we will fix it ASAP.
12 May 2026 Spot REST v1
Added FOK (fill-or-kill) value to timeinforce parameter on AddOrder and AddOrderBatch endpoints.
7 May 2026 Spot REST v1
Added broker request body parameter to AddOrder and AddOrderBatch that can be used by qualified partners participating in Kraken's API Partner Program.
30 April 2026 Spot REST v1
Added execution_venue query parameter to AssetPairs.