Skip to main content
Current release: v1.866.6.
v1.866.6
New FeatureBlockchain supportDashboardBug Fix
Week of June 15th, 2026New Feature:
  • Cross-chain USDC swaps via Circle CCTP: a new CircleCctp provider moves USDC across chains using Circle’s burn-and-mint Cross-Chain Transfer Protocol, DFNS’s first cross-chain swap route. Available on Ethereum, Optimism, Arbitrum, Solana, and Base (Fast and Standard transfer), and on Avalanche and Polygon (Standard only). CCTP has no price slippage; instead of slippageBps you set feeToleranceBps, a cap on the bridge/forwarding fee in basis points. The provider must be enabled for your org and the CCTP agreement accepted. See Swaps.
Blockchain support:
  • TON: the native token has been renamed from Toncoin (TON) to Gram (GRAM), following the network rebrand on June 15th, 2026. Wallet balances and transaction history now display GRAM (testGRAM on testnet); existing records were migrated. See TON.
  • Babylon staking discontinued: new Babylon (BTC) stakes can no longer be created from the API or dashboard. Only Ethereum and Iota staking remain. Existing Babylon stakes stay viewable through the staking endpoints. See Staking.
Dashboard:
  • Swaps page redesigned: streamlined swap form, a dedicated swap history list, and a wallet search picker. The destination (“To”) asset is now searchable and lists every swappable asset for the selected wallet.
  • Solana: create durable nonce accounts and sign with durable nonces. A warning is shown at wallet creation and the nonce appears in the confirmation modal. See Solana durable nonce.
  • Send: unified destination picker with wallet search across your organization’s wallets.
Bug Fixes:
  • Verification code emails: duplicate sends are prevented when toggling authentication methods, stopping login-code email spam.
  • Transfer form: validation errors (including memo validation) are now surfaced on the relevant field.
  • Service accounts and personal access tokens: secp256k1 public keys in PEM format are now accepted; they were previously rejected as invalid.
v1.856.2
Blockchain supportDashboardBug Fix
Week of June 8th, 2026Blockchain support:
  • Movement: Tier 1 support. Mainnet Movement, testnet MovementTestnet. AIP-21 fungible assets with EdDSA/ed25519 keys. See Movement.
  • Hedera: TOKENWIPE, TOKENBURN (outgoing-only), and TOKENMINT (incoming-only) token operations now appear in wallet history. Previously these were silently dropped from the transaction index.
Dashboard:
  • Wallet list: new search experience with inline native balances, external ID filtering, and a holdsTokens filter to show only wallets holding a specific token.
  • Wallet history export: the 7-day window restriction is removed. Export any date range; results are capped at 100,000 rows. A truncation notice is shown and a trailer line appended to the CSV if the limit is reached.
  • Service accounts and PATs: the public key field now accepts OpenSSH format in addition to PEM.
Bug Fixes:
  • Transfers awaiting signature in Constructed state can now be cancelled.
  • Nonces reserved by policy-blocked transactions are released, preventing gaps in subsequent nonce sequences.
  • Tron: address validation rejects malformed base58 addresses before signing.
v1.841.0
New FeatureDashboardBlockchain support
Week of June 1st, 2026New Feature:
  • Delete credential: new Delete Credential endpoint removes a credential by its UUID.
Blockchain support:
  • Hedera: EVM-based ERC-20 and ERC-721 token transfers now appear in wallet history under dedicated HederaErc20Transfer and HederaErc721Transfer kinds, replacing the generic Erc20Transfer / Erc721Transfer kinds previously used. See Hedera.
Dashboard:
  • New look! see the announcement
  • Password-protected key (PPK) credentials can now be registered and managed from your profile.
  • Profile: credentials can now be deactivated, reactivated, or deleted from the credentials list. A status badge indicates whether each credential is active.
  • Wallets: asset pre-approval is now available from the wallet detail page for Stellar (trustline), XRPL Ledger (trust line), Algorand (asset opt-in), and Hedera (token association) wallets, in addition to Canton.
  • Activity: export policy activity and dashboard activity to CSV (capped at 50,000 events).
  • Registration: the option to resend a verification code is now surfaced as an info banner.
  • Recovery code form redesigned.
  • Activity: EVM transactions now display their nonce and a replacement-transaction indicator.
v1.830.0
New FeatureBlockchain support
Week of May 25th, 2026New Feature:
  • Asset pre-approval: wallets can now pre-approve holding a non-native asset on chains that gate inbound assets at the protocol level. The new AcceptInboundAsset kind on Sign and Broadcast Transaction maps to the per-chain primitive: Stellar trustline (ChangeTrust), XRPL trust line (TrustSet), Algorand asset opt-in, Hedera token association (TokenAssociate), and Canton TransferPreapproval.
Blockchain support:
  • WalletConnect: support extended to many more networks across EVM, Bitcoin, Solana, Stellar, Tron, and Canton. See the full mainnet and testnet coverage in Use WalletConnect.
v1.819.2
Blockchain supportNew FeatureDashboard
Week of May 18th, 2026Blockchain support:
  • Hedera: WalletConnect support added. See Use WalletConnect.
  • Bitcoin: BitcoinTestnet4 added as a testnet option.
  • Tezos: TezosShadownet added as a testnet option.
New Feature:
  • Solana durable nonce: first-class API support. Bootstrap a wallet’s nonce account pool with the new CreateSolanaNonceAccounts transaction kind on Sign and Broadcast Transaction, then set useDurableNonce: true on Transfer Asset for SOL or SPL. DFNS picks a nonce from the pool server-side, so transfers stay valid past the 90-second blockhash window. See Solana durable nonces.
  • Solana: wallet history responses now include the transaction memo when present.
  • Transfers and transactions now expose a replacementId field linking an original transfer or transaction to the cancel or speed-up issued for it.
  • Transfers and transactions now expose a details field with a structured view of the data used to construct the signature (nonce, gas parameters, blockchain-specific shape).
Dashboard:
  • Users: status badge now distinguishes Active, Invited, and Disabled (previously two states).
  • Roles: paginated Assigned to table on the role detail page, listing users, service accounts, and PATs assigned to the role.
  • Activity: default time range is now one month.
  • Wallets: the wallet list CSV export now contains more information.
  • Smart contracts: write transaction confirm warning rewritten to reference signing policies instead of a generic danger alert.
v1.807.0
New FeatureDashboardBug Fix
Week of May 11th, 2026New Feature:
  • WalletConnect support extended to Stellar and Canton wallets. See Use WalletConnect.
  • Canton WalletConnect: new Proxy a request to the Canton Ledger API endpoint, used by the canton_ledgerApi WalletConnect method to read curated ledger resources via the validator’s OAuth2 credentials.
Dashboard:
  • Audit log: export the audit log to CSV from the Settings page.
  • Fee sponsorship: the fee sponsor id is now shown on the fee sponsorship page.
  • Home: your organization id is now displayed under the organization name on the home page.
  • Release notes: the dashboard now surfaces DFNS release notes in-app.
Bug Fixes:
  • Canton: prepared transactions are now verified before signing.
v1.795.3
Bug Fix
Week of May 4th, 2026Bug Fixes:
  • Webhook schemas: webhook payloads are now documented in the API reference.
  • Async signing: improved handling of sign complete events.
v1.792.2
Blockchain supportNew FeatureDashboardBug Fix
Week of April 27th, 2026Blockchain support:
  • X Layer Network: full Tier 1 support for X Layer (mainnet XLayer and testnet XLayerSepolia). Includes ERC-20 and ERC-721 token support.
New Feature:
  • Policies linked to a third-party integration can no longer be created or modified when the integration is inactive.
Dashboard:
  • Redesigned policy quorum approver and group pickers with inline entity selection and accessibility improvements.
  • Integrations: added sidebar icons and refreshed category organization.
Bug Fixes:
  • Bitcoin: fixed missing taproot merkle root in transaction construction.
  • TON: transfers that failed during the contract compute step (non-zero exit code) were previously misclassified. They now resolve correctly as failed.
  • TON: fixed an error-triage crash that could surface during transfer processing.
  • Aborted transfers now correctly transition to Failed status.
  • EVM fee sponsor: improved nonce reservation under concurrent transfers.
  • Dashboard: permissions table no longer disappears when searching.
  • Dashboard: fixed wallet details page errors when underlying asset or NFT APIs failed to load.
  • Dashboard: fixed a payout asset handling exception that could crash the wallet page.
  • Dashboard: fixed several issues with the fee sponsorship modal.
v1.780.6
New FeatureDashboardBug Fix
Week of April 20th, 2026New Feature:
  • Confidential token transfers (ERC-7984): DFNS now supports Zama confidential ERC-7984 tokens on Ethereum. Balances and transfer amounts are encrypted on-chain using Fully Homomorphic Encryption (FHE). Use kind: Erc7984 in the Transfer Asset endpoint. See confidential tokens on EVM for the decryption delegation flow. Currently available on Sepolia.
  • Securosys Primus is now a validated HSM option for the HSM deployment model.
  • TON: handle transaction expired error during broadcast.
Dashboard:
  • Integration Hub: new Integrations page consolidating third-party integrations (Chainalysis, Notabene, GlobalLedger, Binance, Kraken, Coinbase Prime, Borderless, Uniswap, Figment, m0, OpenID) into a single categorized view.
  • Export wallet keys: export a CSV of all your wallet keys (id, name, scheme, curve, public key, status, dates) from the wallets list.
  • Stellar: the dashboard now automatically creates the destination account when transferring to a Stellar address that is not yet activated.
  • Encrypted balances: ERC-7984 confidential token balances display as Encrypted until decryption is delegated.
Bug Fixes:
  • Hedera: stop retrying on transactions with a bad signature.
  • Substrate: stop retrying on transactions with a bad signature.
v1.772.7
Blockchain supportNew FeatureDashboardBug Fix
Week of April 6th, 2026Blockchain support:
  • XDC Network: full Tier 1 support for XDC (mainnet Xdc and testnet XdcApothem). Includes native XDC transfers, ERC-20 and ERC-721 token support, balance indexing, NFTs, WalletConnect, and transaction cancel/speed-up.
New Feature:
  • Abort transactions and transfers: new endpoints to abort stuck transactions or transfers that are in “Executing” status and haven’t been signed yet. Unlike cancel (which submits a replacement on-chain transaction), abort simply marks the request as failed without any blockchain interaction. See Abort Transaction and Abort Transfer.
  • Cancel aborted transactions: Cancel Transaction and Cancel Transfer now work on aborted transactions and transfers. This burns the reserved nonce and unblocks subsequent transactions on EVM chains.
  • Service account permissions: new service accounts now start with no permissions by default. Assign permissions explicitly after creation, or at creation time by passing a permissionId (requires PermissionsAssign authorization). See Create a service account.
Dashboard:
  • Improved transfer, transaction, and signature detail pages: consolidated layout, human-readable amounts, clickable wallet and user links, and asset verification badges.
  • Transaction, transfer, and signature detail pages: click any transaction, transfer, or signature to view its full details.
  • Payout detail page: view detailed information for individual payouts.
  • Policy creation improvements: wallet tag tooltip, updated copy for wallet and tag selectors.
  • Credentials on the profile page now sorted newest-first.
Bug Fixes:
  • Fixed display precision for large blockchain balances in the dashboard.
  • Fixed updating a wallet alias when the memo field is empty.
v1.761.0
New FeatureDashboardBug Fix
Week of March 23rd, 2026New Feature:
  • Service account policy approvals: service accounts can now participate in policy approval groups when serviceAccountsCanApprove is set to true. This enables automated approval workflows where service accounts vote alongside human approvers. Requires activation by DFNS staff on your organization. See policy approvals.
  • Service accounts can now create policies.
  • Cardano: increased transaction TTL.
  • Tron and TON: increased transaction expiration window.
Dashboard:
  • Redesigned policy creation and editing flows with improved step organization and entity selection.
  • New dedicated staking page with detailed information for ETH and BTC staking.
  • Transfer ID column added to the wallet transfers table, with copy and search support.
Bug Fixes:
  • Fixed payout form error messages persisting across steps.
v1.741.0
New FeatureBug Fix
Week of March 16th, 2026New Feature:
  • Swaps now expose a failureReason field when status is Failed, providing details on why the swap failed. See Get Swap.
  • Improved API reference documentation for all Permissions endpoints with detailed field descriptions, examples, and validation constraints. The Archive Permission endpoint now documents unarchive support (isArchived: false).
Improvements:
  • Transaction Management 2.0 now supports Canton, with automatic contract reservation to prevent conflicts when multiple transactions are built concurrently.
Bug Fixes:
  • Policy approval requests where approval groups were removed after evaluation now resolve as Denied instead of returning an error.
  • UniswapX swap quotes now correctly reject assets that are not supported by the UniswapX protocol.
  • Payouts features better reliability under concurrent requests.
v1.730.1
New FeatureDashboardBlockchain support
Week of March 9th, 2026New Feature:
  • List Payouts: new GET /payouts endpoint to list and filter payouts by wallet and status, with cursor-based pagination. See API reference.
  • Solana fee estimation: Estimate Fees now supports Solana and SolanaDevnet, returning computeUnitPrice (micro-lamports per compute unit) at slow, standard, and fast tiers.
  • New official Go SDK (v2.0.0). Supports all API endpoints with typed request/response structs and user action signing.
Blockchain support:
  • Concordium transaction signing: updated JSON transaction format with explicit required fields and examples. See Generate Signature.
  • Canton now supports validator configurations where participant ID and validator ID are different.
Dashboard:
  • Dedicated Payouts page: view, filter by status, and manage all payouts in one place.
  • Polymesh now featured in wallet creation (promoted to tier 1).
  • Progressive wallet loading for better performance with large wallet counts.
  • Canton validators on testnet and mainnet can now be registered from the dashboard.
  • Improved accessibility across multiple components.
v1.714.0
New FeatureDashboardBug Fix
Week of March 2nd, 2026New Feature:
  • Payouts: convert stablecoins to fiat bank deposits directly from DFNS. Supports USDC, USDT, and EURC across Ethereum, Polygon, Base, Optimism, Celo, and Solana, with coverage in 94 countries and 63 currencies. See Announcement, dashboard guide, and API guide.
Dashboard:
  • New profile page (click your username in the bottom-left menu): manage your passkeys, recovery credentials, and organization ID in one place.
  • Payouts can now be initiated directly from the wallet asset view.
  • Exchange details page and revamped exchange integration form.
  • Accessibility improvements across multiple components.
Improvements & Bug Fixes:
  • Transaction Management 2.0 now supports UTXO-based chains (Bitcoin, Litecoin, Dogecoin), with automatic UTXO reservation to prevent conflicts when multiple transactions are built concurrently.
  • Fixed swaps failing on fee-sponsored wallets.
  • Canton wallet activation can now be retried if the initial activation fails partway through.
  • Fixed Tezos fee estimation for accounts that haven’t been revealed on-chain yet.
v1.711.0
New FeatureDashboard
Week of February 23rd, 2026New Feature:Dashboard:
  • Refreshed exchanges page.
  • WalletConnect now supports multi-chain sessions and transaction awaiting.
  • Accessibility improvements including better semantic HTML, screen reader support, and chart labels.
v1.700.1
New FeatureDashboard
Week of February 16th, 2026New Feature:
  • Canton CIP-56 mint transactions (such as USDCx) are now indexed.
  • Solana SPL token transfers now support memos (alphanumeric, max 64 characters).
  • Chainalysis screening now covers all native assets.
Dashboard:
  • Simplified flow to register a new device.
  • Service accounts have moved from the Developer section to Settings > Service Accounts, with a refreshed UI.
  • Policies have moved to a new dedicated /policies route with an updated design.
  • New role management pages for creating, editing, and assigning roles.
  • Address book now supports filtering by network.
  • Accessibility improvements across the dashboard including better contrast, aria labels, and responsive layout.
v1.688.4
New FeatureBlockchain supportBreaking ChangeBug Fix
Week of January 19th, 2026New Feature:
  • Bring Your Own ABI (Smart Contract). See Announcement.
  • Fee-sponsored EVM transactions can now be cancelled and sped up.
  • New Eip191 signature kind for signing personal_sign messages as defined in EIP-191. See EVM signing.
  • The Transaction signature kind now accepts a JSON object in addition to hex-encoded strings, allowing you to pass EVM transaction fields directly. See EVM signing.
  • New webhook event wallet.offer.withdrawn fires when a transfer offer is withdrawn by the sender. See Webhook Events.
WalletConnect:
  • Added support for Tron, Bitcoin, and Solana networks.
Blockchain support:
  • XRPL T1:
    • Mainnet: XrpLedger
    • Testnet: XrpLedgerTestnet
  • Tempo T1:
    • Mainnet: Tempo
    • Testnet: TempoModerato
Breaking Change: Canton wallet creationCanton wallets now require a two-step process:
  1. Create wallet: Call Create Wallet without a validatorId (the parameter has been removed from this endpoint).
  2. Activate wallet: Call Activate Wallet with the validatorId to register the wallet on a validator.
Before activation, the wallet cannot be used for transactions and its address will not have a prefix. The dashboard has also been updated to guide you through both steps.Bug fix:
  • Policy-blocked fee-sponsored transactions now return 400 Bad Request instead of 500 Internal Server Error.
v1.651.1
New Feature
Week of January 12th, 2026New Feature:
  • Transaction Management 2.0: Improved reliability for transaction cancellation and speed-up through deterministic nonce management. See Announcement, Transfer API, and Broadcast API.
  • Python SDK. See SDK.
v1.644.1
Blockchain supportNew Feature
Week of January 5th, 2026Blockchain support:
  • Concordium T1:
    • Mainnet: Concordium
    • Testnet: ConcordiumTestnet
New Feature:
  • EVM, Hedera, Algorand: transfer asset endpoints now accept a memo for the supported chains.
  • Wallet metadata: List Wallets can now filter by metadata.
v1.629.13
Dashboard
December 10, 2025Dashboard Updates:
  • Policy Page Approval Re-Design
v1.634.3
New FeatureBug Fix
Week of December 15th, 2025New Feature:
  • Bitcoin: transaction speed-up support added.
Bug Fixes:
  • Dogecoin testnet: corrected address format.
  • Canton: cc preapproval transactions are now confirmed correctly.
v1.629.10
Blockchain supportNew FeatureBug Fix
Week of December 8th, 2025Blockchain support:
  • Tempo T1:
    • Testnet: TempoAndantino
  • Arc T1:
    • Testnet: ArcTestnet
  • ETC T1:
    • Mainnet: EthereumClassic
    • Testnet: EthereumClassicMordor
New Feature:
  • New endpoint to speed up transfers and transactions on supported chains.
Bug Fixes:
  • Canton: SDK updated to support the Canton mainnet upgrade.
  • Stellar: improved error handling for 0-amount transfer attempts.
  • Flow EVM: corrected max fee estimation.
  • Chainalysis: support for custom user ID templates.
v1.618.0
DashboardBlockchain supportNew Feature
Week of November 24th, 2025Dashboard:
  • Dashboard redesign released.
Blockchain support:
  • Flow EVM T1:
    • Mainnet: FlowEVM
    • Testnet: FlowEVMTestnet
    • Flow EVM fee sponsorship.
  • Plasma fee sponsorship.
New Feature:
  • New endpoint to cancel EVM transactions on the mempool.
  • Canton: settlementId exposed in transfer offer endpoint.
  • Canton: memo fields exposed on transfer endpoints.
v1.611.1
DashboardBlockchain supportNew FeatureBug Fix
Week of November 17th, 2025Dashboard:Blockchain support:
  • Plasma T1:
    • Mainnet: Plasma
    • Testnet: PlasmaTestnet
  • ADI: new testnet support.
New Feature:
  • Canton: private indexing support.
  • Canton: support for private CIP tokens.
Bug Fixes:
  • Cardano: corrected from address indexing.
v1.602.5
Blockchain supportNew FeatureBug Fix
Week of November 10th, 2025Blockchain support:
  • Starknet SNIP-2 support.
  • Polkadot: Asset Hubs added.
New Feature:
  • Canton: broadcast transaction endpoint exposed.
  • Failure reasons now exposed on allocations and staking.
  • Staking balances exported as metrics.
Bug Fixes:
  • Starknet: fixed missing fields in SNIP-12.
  • Canton: live quotes for cantoncoin.
  • Tron: catch invalid Tron addresses.
v1.598.0
New Feature
Week of November 3rd, 2025New Feature:
  • HD key import: import HD-derived keys.
v1.594.1
DashboardNew FeatureBlockchain support
Week of October 27th, 2025Dashboard:
  • Editable tags on the wallet page.
  • Organizational analytics page.
New Feature:Blockchain support:
  • Starknet T1:
    • Mainnet: Starknet
    • Testnet: StarknetSepolia
v1.579.3
DashboardNew FeatureBlockchain support
Week of October 13th, 2025Dashboard:
  • Address Book: constraint to prevent duplicate addresses within aliases.
  • Transaction initiator now included on the wallet’s transaction history.
New Feature:
  • UAE regional support.
  • AWS KMS now used for service-account signatures.
  • Service-account token expiration is now persisted.
  • Renamed DFNS native asset to 0fns on public interfaces.
  • Tezos: updated to the latest taquito library version.
Blockchain support:
  • Canton: removed the upper limit on the number of wallets per validator.
  • Canton: validator API removed.
v1.572.1
DashboardNew FeatureBlockchain supportBug Fix
Week of October 6th, 2025Dashboard:
  • Canton transfer offers.
New Feature:
  • OIDC support. See installation and login flow.
  • Yield endpoints: get yield amounts and interest earned. Multiple 0fns yields per wallet are prevented.
  • Canton: migrated to the official Canton SDK; live pricing sources added.
Blockchain support:
  • Sonic T1:
    • Mainnet: Sonic
Bug Fixes:
  • Solana: improved error triage.
v1.562.0
New Feature
Week of September 29th, 2025New Feature:
  • Fee sponsor support for delegated wallets.
  • Ethereum staking via Figment migrated to the steps architecture, with Pectra upgrade support.
v1.555.2
DashboardNew Feature
Week of September 22nd, 2025Dashboard:
  • Address Book: alias usage in transfers.
New Feature:
  • Notabene and Chainalysis: expanded chain and asset support.
  • Policies: initiators can now optionally approve their own activities (configurable).
v1.549.0
New Feature
Week of September 15th, 2025New Feature:
  • Chainalysis screening: TRC-20, SPL, and SPL-2022 token support added.
  • Yield: new getYieldSteps endpoint to retrieve required steps for a yield operation.
  • Canton: new getValidator endpoint.
v1.537.1
New FeatureBlockchain support
Week of September 8th, 2025New Feature:
  • Swaps public API.
  • /agreements endpoints made public (record third-party terms and conditions acceptance).
Blockchain support:
  • Kadena T1 Support:
    • Mainnet: Kadena
    • Testnet: KadenaTestnet4
  • Ink T1 Support:
    • Mainnet: Ink
    • Testnet: InkSepolia
  • TSC Network (specialty chain):
    • Mainnet: Tsc
    • Testnet: TscTestnet1
v1.527.2
New FeatureBlockchain supportBug Fix
Week of September 1st, 2025New Feature:
  • Exportable audit log, with audit log history export endpoints.
Blockchain support:
  • Canton: transfer offer endpoints (with webhook for transfer offers).
  • Canton: CIP-56 support.
Bug Fixes:
  • Canton: errors returned when counterparty has not pre-approved transfers.
v1.515.1
DashboardBlockchain support
Week of August 18th, 2025Dashboard:
  • Tags on the wallet page.
  • Hide scam tokens and unverified transactions.
  • Swaps available in the dashboard.
Blockchain support:
  • Hedera T1 Support:
    • Mainnet: Hedera
    • Testnet: HederaTestnet
  • Cardano T1 Support:
    • Mainnet: Cardano
    • Testnet: CardanoPreprod
v1.503.0
DashboardBlockchain support
Week of August 11th, 2025Dashboard:
  • Exportable transaction history:
    • All wallets across the organization.
    • Specific wallet.
  • Address Book: create human-readable aliases mapped to wallet addresses.
Blockchain support:
  • FLARE T1 Support:
    • Mainnet: FlareC
    • Testnet: FlareCCoston2
v1.499.2
New FeatureBug Fix
Week of August 4th, 2025New Feature:
  • NEAR: transaction signing enabled.
Bug Fixes:
  • Berachain: handle transactions without signature or value (BRIP-0004).
  • Improved error messages for conflicting change requests.
  • Improved address validation.
v1.497.0
New Feature
Week of July 28th, 2025New Feature:
  • Canton: switched to the token standard for Canton coin transfers.
  • Update and Delete endpoints now gated by the policy engine.
v1.496.6
Blockchain support
Week of July 21st, 2025Blockchain support:
  • Cosmos T1 Support:
    • Mainnet: CosmosHub4
    • Testnet: CosmosIcsTestnet
  • Babylon T1 Support:
    • Mainnet: BabylonGenesis
    • Testnet: BabylonTestnet5
  • NEAR T2 Support:
    • Mainnet: Near
    • Testnet: NearTestnet
v1.488.6
New FeatureBug Fix
Week of July 14th, 2025New Feature:
  • Canton: new endpoints to delete and update validators.
Bug Fixes:
  • Stellar: fixed async broadcast.
v1.483.0
New FeatureBug Fix
Week of July 7th, 2025New Feature:
  • Fee sponsor: support added for Arbitrum, Berachain, and Polygon networks.
  • Canton: CIP-56 support for Canton coin transfers.
  • KU23 protocol is now the default for newly created keys.
Bug Fixes:
  • Wallet archival is now prevented if the wallet is used as a fee sponsor.
v1.474.1
Blockchain supportNew FeatureBug Fix
Week of June 23rd, 2025Blockchain support:
  • Polymesh T1: native balance support, DID creation extrinsics, block event handling, and JSON signature support.
  • Bitcoin Cash: support for sending to legacy address format.
New Feature:
  • Uniswap integration.
  • DFNS Smart Account contract updated.
  • Caching introduced for the network fees endpoint.
Bug Fixes:
  • Substrate: fixed JSON signer payload.
v1.467.2
New FeatureBug Fix
Week of June 16th, 2025New Feature:
  • Sponsored batch broadcast.
  • Travel rule: configuration schema refined with clearer names and root-level placement.
Bug Fixes:
  • Stellar: handle operations without effects.
v1.466.0
New FeatureBlockchain supportBug Fix
Week of June 9th, 2025New Feature:
  • Notabene Travel Rule: initial integration (webhook handler and client implementation).
  • Applications API deprecated. See applications deprecation.
  • Fee sponsor: enabled for Pro and Enterprise plans.
Blockchain support:
  • Aptos: handle APT AIP-21 as a native token.
Bug Fixes:
  • Bitcoin: fee rate must respect the network’s minimum relay fee.
v1.460.1
Blockchain supportNew FeatureBug Fix
Week of June 2nd, 2025Blockchain support:
  • Canton T1 support added.
New Feature:
  • Fee sponsor: activated for Stellar networks.
  • Notabene: configurable credentials via updateOrgSettings.
  • New API endpoint for blockchain networks.
Bug Fixes:
  • Indexing for EIP-7702 internal transactions.
v1.455.2
New FeatureBlockchain support
Week of May 26th, 2025New Feature:
  • Fee sponsor: activated for Base, BNB Smart Chain, and Optimism.
  • Usernameless authentication (passkeys).
  • Activity statuses: new concept with pending policy evaluation timeout handling.
  • Travel rule: transfer completion now updates travel rule entries with the on-chain transaction hash.
Blockchain support:
  • Ethereum Hoodi testnet enabled.
v1.447.0
New Feature
Week of May 19th, 2025New Feature:
  • Fee sponsor for EVM, activated on Ethereum mainnet.
  • Glow 2.0 DH key support.
v1.442.2
New FeatureBlockchain supportBug Fix
Week of May 5th, 2025New Feature:
  • Canton: Bring Your Own Validator (BYOV) support.
  • Key delete endpoint.
  • Staking: get stake by ID endpoint.
Blockchain support:
  • BOB, Codex, and Plume networks enabled.
Bug Fixes:
  • List endpoints now filter out archived keys and wallets.
v1.440.1
Bug Fix
Week of April 28th, 2025Bug Fixes:
  • Account lockout prevented when only one admin account exists.
v1.438.0
Blockchain supportNew Feature
Week of April 14th, 2025Blockchain support:
  • Bitcoin Cash T1 support added.
New Feature:
  • Bitcoin: UTXO consolidation support.
  • Bitcoin: improved coin selection.
v1.435.1
Bug Fix
Week of April 7th, 2025Bug Fixes:
  • Solana: corrected ATA fee payer logic.
  • Export key endpoint no longer deletes associated wallets.
v1.429.9
New FeatureBug Fix
Week of March 31st, 2025New Feature:
  • Export key endpoint: keys are exported without being deleted.
Bug Fixes:
  • Credentials: prevent deactivation of the only active non-recovery credential.
  • Credentials: prevent inactive credentials from being used.
  • Get Key endpoint now returns related wallets.
v1.427.2
New Feature
Week of March 24th, 2025New Feature:
  • Multi-chain wallet creation.
  • Fee sponsor: Solana support.
  • IOTA: staking endpoints.
  • SUI: staking and unstaking construction endpoints.
v1.419.2
New FeatureBug Fix
Week of March 17th, 2025New Feature:
  • SUI: transaction indexing.
Bug Fixes:
  • Webhooks now only deliver events matching the subscription.
v1.417.5
Blockchain supportNew Feature
Week of March 10th, 2025Blockchain support:
  • SUI: Tier 2 integration.
  • Berachain Bepolia testnet enabled.
New Feature:
  • IOTA: locked and vested native balance display.
  • Fee sponsor: CRUD endpoints added.
v1.414.4
Bug Fix
Week of March 3rd, 2025Bug Fixes:
  • Consistent return format for the Estimate Fees endpoint.
v1.413.0
Blockchain support
Week of February 24th, 2025Blockchain support:
  • Polymesh: Tier 2 integration.
v1.408.12
New FeatureBug Fix
Week of February 17th, 2025New Feature:
  • Staking: unbond and withdraw actions added (Figment).
Bug Fixes:
  • Wallet and key creation are now decoupled.
  • Export key: corrected ID lookup.
v1.407.6
Bug Fix
Week of February 10th, 2025Bug Fixes:
  • Bitcoin: select unconfirmed UTXOs when needed.
  • Improved redaction of sensitive data in logs.
v1.405.6
Blockchain support
Week of February 3rd, 2025Blockchain support:
  • Berachain promoted to Tier 1.
  • Canton: Tier 2 integration with devnet support.
v1.401.7
New Feature
Week of January 27th, 2025New Feature:
  • Solana: QuickNode-based fee estimator.
v1.398.4
New FeatureBlockchain support
Week of January 20th, 2025New Feature:
  • Ethereum staking: create stake and withdraw endpoints.
  • Staking rewards tracking.
  • New staking dashboard endpoint.
Blockchain support:
  • Dogecoin: enabled.
  • Litecoin: fixes.
v1.391.8
New FeatureBug Fix
Week of January 13th, 2025New Feature:
  • Beacon chain indexing.
Bug Fixes:
  • Bitcoin: enabled blockbook indexer; mempool transactions are correctly handled when not found.
  • Rebroadcast logic is now idempotent.
v1.389.0
New Feature
Week of January 6th, 2025New Feature:
  • Coinbase Prime exchange integration.
  • New Withdraw endpoint.
  • Transaction rebroadcast support.
v1.386.3
Blockchain supportBug Fix
Week of December 30th, 2024Blockchain support:
  • Berachain: activated.
Bug Fixes:
  • Wallet creation: corrected network list.
  • Net worth: include missing token kinds.
v1.385.1
Blockchain supportNew Feature
Week of December 16th, 2024Blockchain support:
  • Aptos: full activation — sign, broadcast, construct, address/balance/metadata, transaction handling, fungible asset support, and market quotes.
New Feature:
  • Authentication: multi-session improvements.
v1.380.3
New Feature
Week of December 9th, 2024New Feature:
  • Authentication: multi-session support.
  • WebAuthn settings detached from applications and moved to relying party records.
v1.378.0
New FeatureBug Fix
Week of December 2nd, 2024New Feature:
  • New List Transactions and List Stakes endpoints.
  • Market fiat exchange rates.
  • Bitcoin: blockbook-based indexer.
  • Staking now configurable via organization settings.
Bug Fixes:
  • Wallet export for end users.
v1.373.0
New FeatureBug Fix
Week of November 25th, 2024New Feature:
  • New Create Stake endpoint.
Bug Fixes:
  • XRPL: return 0 balance when the account is not found.
v1.372.0
Blockchain supportBug Fix
Week of November 18th, 2024Blockchain support:
  • ION T1 integration added.
Bug Fixes:
  • Bitcoin: taproot signature.
v1.370.0
Bug Fix
Week of November 11th, 2024Bug Fixes:
  • TON: restructured indexing with bug fixes.
v1.369.3
Blockchain supportBug Fix
Week of November 4th, 2024Blockchain support:
  • IOTA promoted to Tier 1, with indexing support.
Bug Fixes:
  • Bitcoin: fixed partial signing.
  • Bitcoin: fixed taproot PSBT handling.
v1.367.3
New FeatureBlockchain support
Week of October 28th, 2024New Feature:
  • Wallet net worth.
  • Bitcoin: taproot support enabled.
Blockchain support:
  • Bitcoin Signet testnet added.
  • IOTA: initial integration (address, balance, signing, broadcast, transfer).
v1.361.5
Blockchain supportNew Feature
Week of October 21st, 2024Blockchain support:
  • Sei: activated, with market data.
  • Bitcoin: BIP-322 support for taproot.
  • Stellar: support to create the destination account on transfer.
  • TON: switched wallet address format to UQ; improved Jetton actions, transfer indexing, and bounced-message handling.
New Feature:
  • Agreement version logged on organization creation.
v1.355.3
New Feature
Week of October 14th, 2024New Feature:
  • Organization-level limits now enforced.
  • Exchange integration settings.
v1.351.1
New Feature
Week of October 7th, 2024New Feature:
  • Bitcoin: BIP-322 message signing.
  • Multi-phase transaction broadcast.
  • Custom key threshold per cluster.
v1.348.8
New Feature
Week of September 30th, 2024New Feature:
  • Binance exchange integration.
  • Allow naming of first user credential.
v1.345.0
New Feature
Week of September 23rd, 2024New Feature:
  • Coinbase exchange integration.
  • Exchanges: soft-delete support.
v1.341.6
New Feature
Week of September 16th, 2024New Feature:
  • Wallet transfer idempotency: new externalId field on transfer transaction signing endpoints, with concurrency safety.
v1.336.0
Blockchain support
Week of September 9th, 2024Blockchain support:
  • Race Chain: Tier 1 support (mainnet and testnet).
  • Kaspa: Tier 1 support — sign, broadcast, transfer, PSBT, indexing, testnet11.
v1.328.1
Blockchain supportBug Fix
Week of September 2nd, 2024Blockchain support:
  • MATIC migrated to POL.
Bug Fixes:
  • Tier 2/3 wallets: return 404 instead of 5XX on missing records.
v1.326.3
Bug Fix
Week of August 26th, 2024Bug Fixes:
  • Bitcoin: transaction schema validation.
  • Webhook failures from Lambda now properly throw errors.
v1.325.3
Bug FixSecurity
Week of August 19th, 2024Bug Fixes:
  • Polygon: corrected gas fee estimation.
  • TON: native transfers now use non-bounceable messages.
Security:
  • Secure HTTP response headers added via Helmet.
v1.324.2
New Feature
Week of August 12th, 2024New Feature:
  • Kraken CEX integration (with OTP, deposit, and withdrawal).
  • New withdrawal endpoint.
  • Organization setting to enable KU23 signing.
v1.315.0
Blockchain supportNew Feature
Week of August 5th, 2024Blockchain support:
  • ICP and OGY: Tier 1 support.
New Feature:
  • List Exchange Accounts endpoint.
v1.308.2
Blockchain supportBug Fix
Week of July 29th, 2024Blockchain support:
  • Stellar: handle offers in PathPayment and ManageOffer operations.
Bug Fixes:
  • TON: extra security for the optional excess address; transactions that cannot be decoded are now skipped; improved burn transaction handling.
  • Stellar: corrected asset balance block number tracking.
v1.303.3
New Feature
Week of July 22nd, 2024New Feature:
  • TON: now available in the SDK and dashboard UI.
  • KU23 ECDSA signing: enabled behind feature flags.
v1.300.0
Blockchain supportBug Fix
Week of July 15th, 2024Blockchain support:
  • TON: Tier 1 support — native transfers, jetton transfers, broadcast, signing, indexing, and TEP-74 balance and metadata.
Bug Fixes:
  • Solana: improved transaction management with expired-transaction cleanup.
v1.293.1
New Feature
Week of July 8th, 2024New Feature:
  • List Wallets: new filter to retrieve wallets by userID or username.
  • Password-encryption based WebAuthn alternative.
v1.290.0
DashboardSDK Update
July 5, 2024
  • Launched Flutter SDK
  • Launched Dashboard visual redesign
v1.287.3
New FeatureBlockchain support
June 28, 2024
  • Chainalysis integration for KYT/AML
  • Support for Holesky testnet
v1.278.1
New Feature
June 14, 2024
  • Launched key export for EdDSA keys
v1.274.3
Blockchain support
June 7, 2024
  • Launched Solana Tier 1
v1.267.1
Blockchain support
May 31, 2024
  • Launched in-house indexing for EVM chains
  • Launched Algorand NFT indexing
v1.260.1
SDK Update
May 24, 2024
  • Launched Android Kotlin SDK
v1.257.0
Dashboard
May 17, 2024
  • Launched create credential w/ code in dashboard
v1.254.4
Blockchain support
May 10, 2024
  • Launched Stellar Tier 1
v1.253.0
New FeatureSDK Update
May 3, 2024
  • Launched new endpoints for tagging wallets for Policy Engine filters
  • Launched cross platform registration with a one-time code
  • Upgraded ZeroDev SDK version
v1.243.0
SDK Update
April 19, 2024
v1.241.2
New FeatureDashboard
April 12, 2024
  • Launched recipient whitelisting in Policy Engine
  • Executed Asset Account and Public Key to Wallet migration script
  • Retired legacy authentication service
v1.232.1
Blockchain support
March 29, 2024
  • Launched Cardano Tier2 support and Polygon Amoy Tier1 (retired Mumbai)
  • Launched Solana fee estimation API
v1.212.1
SDK UpdateBlockchain support
March 15, 2024
  • Launched GoLang SDK
  • Launched Tier2 support for PolkaDot and Kusama
v1.207.0
DashboardBlockchain support
March 8, 2024
  • Launched Tier1 support for Algorand
  • Removed legacy dashboard access in production
v1.204.1
New Feature
Feb 29, 2024
  • Added custodial field to ListWallets. False implies an end user wallet
  • Removed Policy Engine v1 create endpoints from dashboard and SDK
  • Fixed a bug in which Policy Engine List Approvals was filtering by default
v1.202.2
New FeatureBlockchain support
Feb 21, 2024
v1.194.1
DashboardBlockchain support
Feb 14, 2024
  • New support for WebAuthn across subdomains
v1.193.0
DashboardBlockchain support
v1.174.1
DashboardBlockchain support
Jan 24, 2024
v1.167.0
DashboardBlockchain support
Jan 17, 2024
  • Added send button in dashboard for tier2 chains
  • Exposed verified contracts in the API metadata for EVM chains
  • Renamed Ripple to XrpLedger for accuracy
v1.160.2
DashboardBlockchain support
Jan 10, 2024
  • Launched Bitcoin indexing for Wallets bringing the chain to Tier1 support
  • Fixed a bug preventing users from reading end user wallet metadata
  • Released AWS KMS Signer in the SDK
v1.157.0
DashboardBlockchain support
Dec 20, 2023
  • Backend changes to cluster load balancing
v1.153.1
DashboardBlockchain support
Dec 12, 2023
  • Added secondsValid to PAT expiration config
v1.145.0
DashboardBlockchain support
Dec 6, 2023
  • Launched Solana and Tezos Tier2 wallets support
  • Launched support for the Starkware ecosystem with KeyECDSAStark Pseudo Networks
v1.139.0
DashboardBlockchain support
Nov 29, 2023
v1.124.0
DashboardBlockchain support
Nov 22, 2023
  • Launched Tier2 wallets support for Bitcoin and Tron
v1.112.0
DashboardBlockchain support
Nov 15, 2023
  • Launched SDK support for Viem
  • Launched new .env file generation utility in the dashboard
v1.105.6
DashboardBlockchain support
Nov 8, 2023
  • Moved all EVM chains to Tier 1 support in Wallets API.
  • Added Base L2 support and ArbitrumSepolia testnet
v1.103.0
DashboardBlockchain support
Nov 1, 2023
  • Released new WalletConnect integration in the dashboard using WebAuthn to sign transactions
v1.93.1
DashboardBlockchain support
Oct 18, 2023
  • Released first version of wallet export.
v1.91.1
DashboardBlockchain support
Oct 10, 2023
  • Released first version of wallet import.
v1.81.1
DashboardBlockchain support
Oct 1, 2023
  • Released CGGMP pre-signatures to accelerate signing request times
v1.77.0
DashboardBlockchain support
Sep 14, 2023
  • Enabled CGGMP signers in production environments
v1.74.1
DashboardBlockchain support
Aug 29, 2023
  • Enabled PaymentVelocity rules on Asset Accounts
  • Released permissions and policy engine in the dashboard
v1.63.0
DashboardBlockchain support
Aug 9, 2023
  • Released Policy Engine support for Wallet TransferAmountLimit rules
  • Released Wallets in the dashboard
v1.60.1
DashboardBlockchain support
Aug 1, 2023
  • Released Policy Engine support for Wallet AlwaysActivated rules
  • Added Generate Signature support for Pseudo Network Wallets
v1.55.0
DashboardBlockchain support
July 17, 2023
  • Updated network names for wallet blockchains
  • Returning complete signature encoding from Get Signature calls.
v1.51.1
DashboardBlockchain support
July 11, 2023
  • Updated enumerated types for Wallets API network value
v1.48.0
DashboardBlockchain support
July 5, 2023
  • Relaxed CORS policy preventing API calls from the browser
v1.45.3
DashboardBlockchain support
June 29, 2023
  • Typescript SDK released
  • Latency optimizations for Auth service
  • Fixes for Windows Hello usage with Webauthn
v1.42.3
DashboardBlockchain support
June 7, 2023
  • Released CMP asset in the dashboard
v1.41.2
DashboardBlockchain support
June 1, 2023
  • Released the new Wallets and NFTs API Beta
  • Fixed bugs related to trailing slashes in URL paths
v1.37.1
DashboardBlockchain support
May 11, 2023
  • Added key-based recovery support to the DFNS Dashboard
  • Fixed bug in WalletConnect deployment
v1.35.60
DashboardBlockchain support
April 26, 2023
  • Added MVP signer multi-tenancy for ninja sandbox organizations
  • Updates to blockchain indexing pipeline
v1.35.49
DashboardBlockchain support
April 20, 2023
  • Added Ethereum Sepolia testnet to blockchain indexing
  • Add Tezos & Solana support to BroadcastTransaction
v1.35.37
DashboardBlockchain support
April 5, 2023
  • Allow users to add permissions to API keys in the dashboard
  • Optimized API response latency via server-side changes
  • Additional dashboard security enhancements
v1.35.20
DashboardBlockchain support
Mar 23, 2023
  • Deployed new authentication service to production (non-customer impacting)
  • Removed isImmutable field from policy creation
  • Fixed bug where rejected transactions are not reflecting the correct state
  • Changed payment note to write to XRP destination tag
v1.35.12
DashboardBlockchain support
Mar 14, 2023
v1.35.5
DashboardBlockchain support
Mar 8, 2023
  • Added nonce to BroadcastTransaction API responses
  • Payment note broadcasted as memo in XRP transactions
v1.34.5
DashboardBlockchain support
Feb 28, 2023
v1.31.15
DashboardBlockchain support
Feb 17, 2023
  • Added a new endpoint to call view (aka read-only) contract methods
  • Deployed chain indexing on BTC and LTC
  • Deployed support for Constellation network (DAG) and Ambrosus network (AirDAO)
v1.30.8
DashboardBlockchain support
Feb 8, 2023
  • Added support for agEUR token on Polygon (AGEUR.MATIC assetSymbol)
  • Updated testnet for SKALE blockchain
v1.28.11
DashboardBlockchain support
Jan 30, 2023
  • Added support for Solana tokens
  • Deprecated groupSize and groupThreshold body parameters for key generation
  • Polygon payments fix for “transaction under-priced” error
v1.27.12
DashboardBlockchain support
Jan 13, 2023
  • Released support for Elrond chain
  • Added indexing support for Polygon and Binance Smart Chain
  • Misc bug fixes
v1.26.4
DashboardBlockchain support
Dec 19, 2022
  • Fixed a bug in BroadcastTransaction where the value parameter was being interpreted in ETH instead of WEI.
  • Last push of the year!
v1.25.18
DashboardBlockchain support
Dec 15, 2022
  • Launched new direction and status query parameters on ListPayments
  • Fixed a bug in the timeoutInMinutes implementation in PolicyControls
v1.25.3
DashboardBlockchain support
Dec 7, 2022
  • Launched upgraded key storage persistence layer for wallet scalability
  • Launched indexing for ERC20s including USDT, USDC, MATIC, BNB so they are exposed in incoming transactions.
  • Internal bug fixes for Binance Smart Chain.
v1.21.1
DashboardBlockchain support
Nov 30, 2022
v1.18.18
DashboardBlockchain support
Nov 22, 2022
  • Continuing the roll out of our new authorization framework called Permissions. The roll-out is intended to be silent and should have no customer facing impact. Stay tuned for further announcements on the features & functionality.
  • Deprecated AllowedProducts internal restriction on API endpoint usage. Now public keys created with the high level API can be used with the low level API and vice versa.
v1.18.0
DashboardBlockchain support
Nov 16, 2022
  • Rolled out a new authorization framework called Permissions. This is the first of two deployments and should have no customer-facing impact.
  • Deployed changes to our internal gateways for routing internal API calls.
v1.16.24
DashboardBlockchain support
Nov 8, 2022
  • Added a maxUnitBalance property to the response from the GetBalance endpoint representing the largest possible unit for the given asset.
  • IP Whitelisting fixes: API Gateway redirect aliases, extra NAT Gateway IPs whitelisted
  • Integrated Fantom, Optimism, and SKALE blockchains
v1.15.34
DashboardBlockchain support
Oct 27, 2022
v1.15.5
DashboardBlockchain support
Oct 16, 2022
  • Deployed IP whitelisting framework
  • Fixed a bug impacting payment initiation and market data collection
v1.14.75
DashboardBlockchain support
Sep 27, 2022
  • Added GetAddressForNetwork endpoint
  • Deployed internal changes around zero trust service to service communication
  • Fixed testnet erc20 tokens with Goerli addresses
  • Bug fix adding asset symbol to chain validation
v1.14.45
DashboardBlockchain support
Aug 30, 2022
  • Deployed filtering policies by public keys of wallets
  • Bug fix for Policy Control Execution bad activity types
Last modified on June 19, 2026