v1.2.0
What's Changed
New features
- Added support for Exchange Wallets and Smart Contract Wallets. Added the following operations for Exchange Wallets:
- List supported exchanges
- List supported assets
- List supported chains
- List asset balances
- Added the following operations for batch payment:
Check addresses validity
Check Loop transfers - You can now subscribe to TSS request-related event types for your webhook endpoints. For more information about TSS request-related event types, refer to Webhook event types and data types.
Improvements
- The
sub_wallet_id
property was renamed astrading_account_type
. Affected schemas include:ExchangeTransferSource
ExchangeTransferDestination
TransactionTransferToWalletDestination
TransactionExchangeWalletSource
TransactionDepositFromWalletSource
TransactionDepositToWalletDestination
- Added the
PendingApprovalStart
enum value in theTransactionSubStatus
enum to indicate a status that requires specific action from users for proceeding with the transaction. - Added the
project_name
andvault_name
properties in theMPCWalletInfo
schema to indicate the project name and vault name. - Added the
description
andcreated_timestamp
properties in theTSSRequest
schema to indicate the description and creation time of the TSS request. - Added the
account_id
property in theKeyShareHolder
schema to indicate the key share holder’s account ID on Cobo Portal. - Added the
signer_key_share_holder_group_id
property in theTransactionMPCWalletSource
schema to indicate the ID of the key share holder group as the transaction signer. - Added the
description
property in the request body of Create TSS request to indicate the description of the TSS request.
Full Changelog: v1.1.2...v1.2.0