Skip to content

Releases: fireblocks/py-sdk

v10.1.0

07 May 09:27

Choose a tag to compare

Changes

🚀 Features

  • Introduced getDeployableAddress, reIssueTokenMultiChain, issueTokenMultiChain operations in Tokenization API
  • Introduced createMultipleDepositAddresses, getCreateMultipleDepositAddressesJobStatus operations in Vaults API
  • Introduced resendNotificationsByResourceId operation in Webhooks V2 API (Beta)

🧰 Maintenance

  • Added optional ‘isCollateral’ property for source and destination in Transactions API
  • Added optional ‘ids’ filter query to assets in Blockchains & Assets API
  • Added ON_HOLD notification status in Webhooks V2 API (Beta)
  • Added APPROVE, ENABLE_ASSET transaction operations in Transactions API
  • Fixed ‘’totalStakedCPU’ property type from number to string as part of VaultAsset Schema response in Vaults API

v10.0.0

20 Apr 14:32

Choose a tag to compare

Changes

🧰 Maintenance - Breaking Changes

  • Updated urlib3 dependency minimum version to v2.1.0

🧰 Maintenance

  • Added ’KLAY’ and ‘APECHAIN’ support in NFTs API
  • Added deserialization fallback support for response data which is a list

v9.0.1

07 Apr 14:59

Choose a tag to compare

Changes

🧰 Maintenance

  • Added ‘BASE’ and ‘PAYMENT’ enum values to ‘addressFormat’ property in ‘getVaultAccountAssetAddressesPaginated’ response schema in Vaults API
  • Added ‘PROGRAM_CALL’ transaction operation type support in Transactions API and in Policy Editor (Beta) API

v9.0.0

27 Mar 15:08

Choose a tag to compare

Changes

🚀 Features

  • Added getAsset, getBlockchain, listAssets, listBlockchains in Blockchains & Assets API

🧰 Maintenance

  • Removed Blockchains & Assets Beta API due to releasing the features to GA

v8.0.0

17 Mar 16:23

Choose a tag to compare

Changes

🚀 Features

  • Added getInternalWalletAssetsPaginated in Internal wallets API

🧰 Maintenance - Breaking Changes

  • Updated 'type' property as required in the request schema of uploadContractTemplate in Contract Templates API

🧰 Maintenance

  • Added APPROVE operation type to the TransactionOperations enum field in Transactions API
  • Update openapi-generator from 7.5.0 to 7.12.0
    • Fixed docs for enum models
    • Fix input validation for a container (Array or Map) when validating enum values
    • Update maximum version of urllib3 to 3.0.0

v7.1.0

24 Feb 16:43

Choose a tag to compare

Changes

🚀 Features

  • Introduce Travel Rule API

v7.0.1

12 Feb 17:10

Choose a tag to compare

Changes

🧰 Maintenance

  • Added optional query parameter onlySelf to searchNetworkIds in Network connections API
  • Finalized Webhook V2 API (Beta) for beta release

v7.0.0

02 Feb 11:23

Choose a tag to compare

Changes

🚀 Features

  • Added getScreeningFullDetails in Compliance API
  • Added getExchangeAccountsCredentialsPublicKey in Exchange Accounts API
  • Added addExchangeAccount in Exchange Accounts API

🧰 Maintenance - Breaking Changes

  • Updated ExchangeType schema in Exchange accounts API and Off Exchanges API

🧰 Maintenance

  • Added support for IOTX, SONEIUM and BASECHAIN sepolia in NFTs API
  • Updated webhook event types in Webhooks V2 (Beta) API

v6.0.0

08 Jan 16:04

Choose a tag to compare

Changes

🚀 Features

  • Introduce Embedded Wallets API
  • Introduce Staking API
  • Added retryRejectedTransactionBypassScreeningChecks in Compliance API
  • Added getTransactionReceipt in Contract Interactions API
  • Introduce Webhooks V2 (Beta) API
  • Introduce Keys (Beta) API
  • Added listAssets, getAssetById, listBlockchains, getBlockchainById in Blockchains & assets (Beta) API
  • Added addCosigner, pairApiKey, unpairApiKey, updateCallbackHandler, getRequestStatus in Cosigners (Beta) API

🧰 Maintenance - Breaking Changes

  • Fixed response schema of getPublicKeyInfoForAddress and getPublicKeyInfo in Vaults API
  • Fixed getAuditLogs response schema in Audit Logs API

🧰 Maintenance

  • Updating ApiKey, Cosigner schemas in Cosigners (Beta) API

v5.0.0

05 Dec 16:07

Choose a tag to compare

Changes

🚀 Features

  • Introduced searchNetworkIds in Network Connections API

🧰 Maintenance - Breaking Changes

  • Updated fundDvpTicket with request schema in Smart Transfer API
  • Fix schema error related to abi datatype in Contract Templates API
  • Fix ContractDoc ‘version’ datatype to number in Contract Templates API
  • Fix getDeployedContracts query param name in Deployed Contracts API
  • Updated updateScreeningConfiguration request & response schemas in Compliance API
  • Updated RelatedRequest schema in Staking API (Beta)

🧰 Maintenance

  • Updated issueNewToken request schema in Tokenization API
  • Updated writeCallFunction request schema in Contract Interactions API
  • Updated getNetworkIds as deprecated in Network connections API
  • Updated SmartTransferTicket & SmartTransferTicketTerm schemas in Smart Transfer API
  • Added ‘useGasless’ property to ContractDeployRequest, CreateTokenRequest, WriteCallFunctionDto schemas in Contract Templates/ Contract Interactions/ Tokenization APIs
  • Updated ‘inputs’ property to optional in AbiFunction schema