The following API references are updated in Express SDK:
- Create a hot wallet:
- Updated the data type of the walletVersion keyword from
StringtoInteger. - Removed the xtz, umlg, klay, xlm, flr, near, xdai, ewt, ftm, ethw, bsv and tlos from the accepted
wallet.coinvalues.
- Updated the data type of the walletVersion keyword from
- Retrieve a list of addresses API reference: Removed the
wallet.allTokenparameter. - Create a watch-only wallet:
- Updated request parameter descriptions for
wallet.coin,wallet.type,wallet.walletNameandwallet.minWalletaddressfields. - Updated coin list and removed xdc, bsv, xdai and ftm from coin enum.
- Updated request parameter descriptions for
- Create transaction requests: Updated the
tokenOptionsobject description and the acceptedwallet.coinvalues. Removed: xtz, umlg, klay, xlm, flr, near, xdai, ewt, ftm, ethw, bsv and tlos. - Consolidate wallet assets :
- Added note regarding API rate limit.
- Updated accepted
wallet.coinvalues for non-UTXO chain use cases. - Removed the
wallet.allTokensandtransactions.consolidation.allAssetsparameters across all use cases. - Removed the
consolidate-all-tokens-for-non-UTXO-chainsuse case as it is not supported anymore. - Removed XTZ, ZKETH, TLOS, FTN, 3ULL, EWC, FTM,FLR, KLAY, NEAR, XDAI, XDC, ETHW from the
wallet.coinlist for non-UTXO chain use cases.
- Import addresses into a Watch-Only Wallet: Updated the data type of
data.addressesImportedanddata.addressesSkippedfields fromIntegertoStringin the 200 response. - Retrieve all transactions by status, Retrieve a list of wallets, Retrieve an address balance, Retrieve a wallet APIs: Removed bsv, ftm, xlm, xdai from the accepted values in
wallet.coin. - Resend EVM-chain transactions: Removed ftm, klay, xdai, xdc, tlos, ftn and 3ull from the accepted values in
wallet.coin.
