We make a concerted effort to uphold backward compatibility within our schema; however, there are instances where we must deprecate certain elements. This is necessary to streamline our codebase and facilitate the introduction of new features. We understand the importance of these changes and will always strive to provide ample notice ahead of time. Starting from 1st March 2023, the following types were deprecated and will no longer receive support. Additionally, please be aware that several input and response properties have undergone modifications.
If you have any concerns or questions regarding these changes, we encourage you to reach out to us via Intercom. Our team is always ready to assist and address any inquiries you might have.
Inputs
Name | In favour of |
CreateBitcoinAddressInput.subWalletId | CreateBitcoinAddressInput.subWalletIdString |
CreateBitcoinTransactionParams.fromSubWalletId | CreateEthereumTransactionResponse.transactionId |
CreateEthereumTransactionResponse.requestId | CreateEthereumTransactionResponse.trustVaultTransactionId |
CreateBitcoinTransactionIdResponse.transactionId | CreateBitcoinTransactionIdResponse.requestId |
RequestItem.signature | RequestItem.signatures |
Responses
Name | In favour of |
UserWallet | User |
User.wallets | User.walletsInfo |
UserWallet.getAccounts | User.walletsInfo |
UserWallet.getTransactionInfo | transactionInfo |
SubWallet.id | SubWallet.subWalletId |
BitcoinPublicKeyProvenance.accountHSMProvenanceSignature | BitcoinPublicKeyProvenance.trustVaultProvenanceSignature |
WalletConnection.allWalletsPortfolio | User.portfolio |
SubWalletConnection.allSubWalletsPortfolio | User.portfolio |
For additional details, including examples, please visit our developer site here.