Documentation
Changelog

Changelog

[2.25.3] (2025-04-17)

Bug Fixes

  • coinbase exchange prepare withdrawal fix

[2.25.2] (2025-04-17)

Bug Fixes

  • withdrawal fee is sometimes 0 as it has to be retrieved separately

[2.25.1] (2025-04-17)

Bug Fixes

  • change prepareWithdrawal response structure

[2.25.0] (2025-04-16)

Features

  • Introduce the appendFeeToAmount property for the createWithdrawal and prepareWithdrawal methods. When set to true, this property appends the withdrawal fee to the specified amount to ensure the exact amount is received at the DeFi address. By default, the exchange deducts fees from the specified amount.

[2.24.0] (2025-04-08)

Features

  • Updated prepareWithdrawal response: Now provides more details on withdrawal fees, the final withdrawal amount.

[2.23.1] (2025-03-30)

Bug Fixes

  • Updated the mocked response for withdrawal addresses.

[2.23.0] (2025-03-25)

Bug Fixes

  • Fixed exchange status reporting for Coinbase Exchange.

[2.22.0] (2025-03-12)

Features

  • Allow passing http proxy.

Bug Fixes

  • CEX Markets data not updating properly.

[2.21.0] (2025-03-11)

Features

  • sdk: Added ipPoolSize SDK parameter.

[2.20.0] (2025-03-10)

Bug Fixes

  • sdk: getMainSubAccountsBalancesWithTokensV2 shouldn't throw if subaccounts are not available.

2.19.2 (2025-03-06)

Bug Fixes

  • sdk: Fixed an issue with getting the withdrawal fee type.
  • sdk: Made the network parameter required when preparing a withdrawal.

[2.18.0] (2025-03-04)

Features

  • sdk: Cached internal data for future use and to prevent inconsistencies.

[2.17.0] (2025-02-26)

Features

  • Added getWithdrawableBalancesWithTokens method.
  • Added V2 methods that return string amounts instead of numbers for all balance-related methods.

Bug Fixes

  • Fixed sendWalletType typo in ExchangeInfo type (returned by getSupportedExchanges method).

[2.16.2] (2025-02-24)

Bug Fixes

  • Improved garbage collection for the in-memory cache.

[2.16.1] (2025-02-24)

Bug Fixes

  • Export SDK version.
  • sdk: Updated exchange instance ID error message.

[2.16.0] (2025-02-24)

Features

  • sdk: Added sendWalletTypes to the response of the getSupportedExchanges method.

[2.15.5] (2025-02-23)

Bug Fixes

  • Added validation for the minimum length of exchangeInstanceId.

[2.15.4] (2025-02-23)

Bug Fixes

  • Bundle types from internal packages.

[2.15.3] (2025-02-22)

Bug Fixes

  • Refactored tsconfig.

[2.15.2] (2025-02-21)

Bug Fixes

  • Build fix.

[2.15.1] (2025-02-21)

Bug Fixes

  • V2 prices endpoint with string numbers.

[2.15.0] (2025-02-19)

Features

  • Added support for external loggers.

[2.14.2] (2025-02-19)

Bug Fixes

  • Avoided logging errors in stateless mode.

[2.14.1] (2025-02-17)

Bug Fixes

  • Updated the SDK schema.

[2.14.0] (2025-02-17)

Features

  • Added functionality to retrieve main and sub-account balances in a single call.

[2.13.0] (2025-02-16)

Features

  • Added caching for the order book.
  • Combined token metadata retrieval with balances in one method and updated documentation.

Bug Fixes

  • Improved checking of credentials in JSON response and enabled fetching status without credentials.

[2.12.0] (2025-02-13)

Bug Fixes

  • Fixed MEXC market orders to use IOC (Immediate Or Cancel).

[2.11.0] (2025-02-07)

Features

  • Added support for fetching withdrawable balances for a single wallet type.

[2.10.0] (2025-02-06)

Features

  • Added support for Coinbase portfolios.
  • Added support for orderClientId for Coinbase.
  • Created separate SDK API endpoints for each method.

[2.8.1] (2025-01-31)

Bug Fixes

  • Fixed misspelled fields in the ExchangeInfo type.

[2.8.0] (2025-01-29)

Features

  • Optimized SDK CPU usage.
  • sdk: Added withdraw, deposit, and trade functionality for Coinbase Exchange.

Bug Fixes

  • sdk: Fixed performance issue with getting tickers.

[2.7.1] (2025-01-17)

Bug Fixes

  • Added sub_accounts flag to the features list for CEX.

[2.7.0] (2025-01-16)

Features

  • sdk: coinbase exchange withdraw / deposit / trade