Week of June 15th, 2026New Feature:
- Cross-chain USDC swaps via Circle CCTP: a new
CircleCctpprovider 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 ofslippageBpsyou setfeeToleranceBps, 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.
- 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 displayGRAM(testGRAMon testnet); existing records were migrated. See TON. - Babylon staking discontinued: new Babylon (
BTC) stakes can no longer be created from the API or dashboard. OnlyEthereumandIotastaking remain. Existing Babylon stakes stay viewable through the staking endpoints. See Staking.
- 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.
- 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.
Week of June 8th, 2026Blockchain support:
- Movement: Tier 1 support. Mainnet
Movement, testnetMovementTestnet. 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.
- Wallet list: new search experience with inline native balances, external ID filtering, and a
holdsTokensfilter 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.
- Transfers awaiting signature in
Constructedstate 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.
Week of June 1st, 2026New Feature:
- Delete credential: new Delete Credential endpoint removes a credential by its UUID.
- Hedera: EVM-based ERC-20 and ERC-721 token transfers now appear in wallet history under dedicated
HederaErc20TransferandHederaErc721Transferkinds, replacing the genericErc20Transfer/Erc721Transferkinds previously used. See Hedera.
- 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.
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
AcceptInboundAssetkind 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 CantonTransferPreapproval.
- 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.
Week of May 18th, 2026Blockchain support:
- Hedera: WalletConnect support added. See Use WalletConnect.
- Bitcoin:
BitcoinTestnet4added as a testnet option. - Tezos:
TezosShadownetadded as a testnet option.
- Solana durable nonce: first-class API support. Bootstrap a wallet’s nonce account pool with the new
CreateSolanaNonceAccountstransaction kind on Sign and Broadcast Transaction, then setuseDurableNonce: trueon 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
memowhen present. - Transfers and transactions now expose a
replacementIdfield linking an original transfer or transaction to the cancel or speed-up issued for it. - Transfers and transactions now expose a
detailsfield with a structured view of the data used to construct the signature (nonce, gas parameters, blockchain-specific shape).
- 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.
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_ledgerApiWalletConnect method to read curated ledger resources via the validator’s OAuth2 credentials.
- 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.
- Canton: prepared transactions are now verified before signing.
Week of May 4th, 2026Bug Fixes:
- Webhook schemas: webhook payloads are now documented in the API reference.
- Async signing: improved handling of
sign completeevents.
Week of April 27th, 2026Blockchain support:
- X Layer Network: full Tier 1 support for X Layer (mainnet
XLayerand testnetXLayerSepolia). Includes ERC-20 and ERC-721 token support.
- Policies linked to a third-party integration can no longer be created or modified when the integration is inactive.
- Redesigned policy quorum approver and group pickers with inline entity selection and accessibility improvements.
- Integrations: added sidebar icons and refreshed category organization.
- 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
Failedstatus. - 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.
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: Erc7984in 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.
- 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
Encrypteduntil decryption is delegated.
- Hedera: stop retrying on transactions with a bad signature.
- Substrate: stop retrying on transactions with a bad signature.
Week of April 6th, 2026Blockchain support:
- XDC Network: full Tier 1 support for XDC (mainnet
Xdcand testnetXdcApothem). Includes native XDC transfers, ERC-20 and ERC-721 token support, balance indexing, NFTs, WalletConnect, and transaction cancel/speed-up.
- 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(requiresPermissionsAssignauthorization). See Create a service account.
- 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.
- Fixed display precision for large blockchain balances in the dashboard.
- Fixed updating a wallet alias when the memo field is empty.
Week of March 23rd, 2026New Feature:
- Service account policy approvals: service accounts can now participate in policy approval groups when
serviceAccountsCanApproveis set totrue. 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.
- 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.
- Fixed payout form error messages persisting across steps.
Week of March 16th, 2026New Feature:
- Swaps now expose a
failureReasonfield when status isFailed, 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).
- Transaction Management 2.0 now supports Canton, with automatic contract reservation to prevent conflicts when multiple transactions are built concurrently.
- 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.
Week of March 9th, 2026New Feature:
- List Payouts: new
GET /payoutsendpoint 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.
- 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.
- 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.
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.
- 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.
- 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.
Week of February 23rd, 2026New Feature:
- Starknet JSON transaction signing: The
Transactionkind for Starknet now uses the Starknet RPC invocation format. The previouscalls-based format is no longer accepted. This applies to both Generate Signature and Broadcast Transaction. - Canton transfer offers are now confirmed when indexed on the ledger, rather than when settled.
- Refreshed exchanges page.
- WalletConnect now supports multi-chain sessions and transaction awaiting.
- Accessibility improvements including better semantic HTML, screen reader support, and chart labels.
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.
- 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
/policiesroute 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.
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
Eip191signature kind for signingpersonal_signmessages as defined in EIP-191. See EVM signing. - The
Transactionsignature 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.withdrawnfires when a transfer offer is withdrawn by the sender. See Webhook Events.
- Added support for Tron, Bitcoin, and Solana networks.
- XRPL T1:
- Mainnet:
XrpLedger - Testnet:
XrpLedgerTestnet
- Mainnet:
- Tempo T1:
- Mainnet:
Tempo - Testnet:
TempoModerato
- Mainnet:
- Create wallet: Call Create Wallet without a
validatorId(the parameter has been removed from this endpoint). - Activate wallet: Call Activate Wallet with the
validatorIdto register the wallet on a validator.
- Policy-blocked fee-sponsored transactions now return
400 Bad Requestinstead of500 Internal Server Error.
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.
Week of January 5th, 2026Blockchain support:
- Concordium T1:
- Mainnet:
Concordium - Testnet:
ConcordiumTestnet
- Mainnet:
- EVM, Hedera, Algorand: transfer asset endpoints now accept a memo for the supported chains.
- Wallet metadata:
List Walletscan now filter by metadata.
December 10, 2025Dashboard Updates:
- Policy Page Approval Re-Design
Week of December 15th, 2025New Feature:
- Bitcoin: transaction speed-up support added.
- Dogecoin testnet: corrected address format.
- Canton: cc preapproval transactions are now confirmed correctly.
Week of December 8th, 2025Blockchain support:
- Tempo T1:
- Testnet:
TempoAndantino
- Testnet:
- Arc T1:
- Testnet:
ArcTestnet
- Testnet:
- ETC T1:
- Mainnet:
EthereumClassic - Testnet:
EthereumClassicMordor
- Mainnet:
- New endpoint to speed up transfers and transactions on supported chains.
- 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.
Week of November 24th, 2025Dashboard:
- Dashboard redesign released.
- Flow EVM T1:
- Mainnet:
FlowEVM - Testnet:
FlowEVMTestnet - Flow EVM fee sponsorship.
- Mainnet:
- Plasma fee sponsorship.
- New endpoint to cancel EVM transactions on the mempool.
- Canton:
settlementIdexposed in transfer offer endpoint. - Canton: memo fields exposed on transfer endpoints.
Week of November 17th, 2025Dashboard:
- Activity page. See blog post.
- Plasma T1:
- Mainnet:
Plasma - Testnet:
PlasmaTestnet
- Mainnet:
- ADI: new testnet support.
- Canton: private indexing support.
- Canton: support for private CIP tokens.
- Cardano: corrected
fromaddress indexing.
Week of November 10th, 2025Blockchain support:
- Starknet SNIP-2 support.
- Polkadot: Asset Hubs added.
- Canton: broadcast transaction endpoint exposed.
- Failure reasons now exposed on allocations and staking.
- Staking balances exported as metrics.
- Starknet: fixed missing fields in SNIP-12.
- Canton: live quotes for cantoncoin.
- Tron: catch invalid Tron addresses.
Week of November 3rd, 2025New Feature:
- HD key import: import HD-derived keys.
Week of October 27th, 2025Dashboard:
- Editable tags on the wallet page.
- Organizational analytics page.
- Allocations. See guide and API Reference.
recaptchav2enforcement onListAvailableOrgs.
- Starknet T1:
- Mainnet:
Starknet - Testnet:
StarknetSepolia
- Mainnet:
Week of October 13th, 2025Dashboard:
- Address Book: constraint to prevent duplicate addresses within aliases.
- Transaction initiator now included on the wallet’s transaction history.
- UAE regional support.
- AWS KMS now used for service-account signatures.
- Service-account token expiration is now persisted.
- Renamed DFNS native asset to
0fnson public interfaces. - Tezos: updated to the latest
taquitolibrary version.
- Canton: removed the upper limit on the number of wallets per validator.
- Canton: validator API removed.
Week of October 6th, 2025Dashboard:
- Canton transfer offers.
- OIDC support. See installation and login flow.
- Yield endpoints: get yield amounts and interest earned. Multiple
0fnsyields per wallet are prevented. - Canton: migrated to the official Canton SDK; live pricing sources added.
- Sonic T1:
- Mainnet:
Sonic
- Mainnet:
- Solana: improved error triage.
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.
Week of September 22nd, 2025Dashboard:
- Address Book: alias usage in transfers.
- Notabene and Chainalysis: expanded chain and asset support.
- Policies: initiators can now optionally approve their own activities (configurable).
Week of September 15th, 2025New Feature:
- Chainalysis screening: TRC-20, SPL, and SPL-2022 token support added.
- Yield: new
getYieldStepsendpoint to retrieve required steps for a yield operation. - Canton: new
getValidatorendpoint.
Week of September 8th, 2025New Feature:
- Swaps public API.
/agreementsendpoints made public (record third-party terms and conditions acceptance).
- Kadena T1 Support:
- Mainnet:
Kadena - Testnet:
KadenaTestnet4
- Mainnet:
- Ink T1 Support:
- Mainnet:
Ink - Testnet:
InkSepolia
- Mainnet:
- TSC Network (specialty chain):
- Mainnet:
Tsc - Testnet:
TscTestnet1
- Mainnet:
Week of September 1st, 2025New Feature:
- Exportable audit log, with audit log history export endpoints.
- Canton: transfer offer endpoints (with webhook for transfer offers).
- Canton: CIP-56 support.
- Canton: errors returned when counterparty has not pre-approved transfers.
Week of August 18th, 2025Dashboard:
- Tags on the wallet page.
- Hide scam tokens and unverified transactions.
- Swaps available in the dashboard.
- Hedera T1 Support:
- Mainnet:
Hedera - Testnet:
HederaTestnet
- Mainnet:
- Cardano T1 Support:
- Mainnet:
Cardano - Testnet:
CardanoPreprod
- Mainnet:
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.
- FLARE T1 Support:
- Mainnet:
FlareC - Testnet:
FlareCCoston2
- Mainnet:
Week of August 4th, 2025New Feature:
- NEAR: transaction signing enabled.
- Berachain: handle transactions without signature or value (BRIP-0004).
- Improved error messages for conflicting change requests.
- Improved address validation.
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.
Week of July 21st, 2025Blockchain support:
- Cosmos T1 Support:
- Mainnet:
CosmosHub4 - Testnet:
CosmosIcsTestnet
- Mainnet:
- Babylon T1 Support:
- Mainnet:
BabylonGenesis - Testnet:
BabylonTestnet5
- Mainnet:
- NEAR T2 Support:
- Mainnet:
Near - Testnet:
NearTestnet
- Mainnet:
Week of July 14th, 2025New Feature:
- Canton: new endpoints to delete and update validators.
- Stellar: fixed async broadcast.
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.
- Wallet archival is now prevented if the wallet is used as a fee sponsor.
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.
- Uniswap integration.
- DFNS Smart Account contract updated.
- Caching introduced for the network fees endpoint.
- Substrate: fixed JSON signer payload.
Week of June 16th, 2025New Feature:
- Sponsored batch broadcast.
- Travel rule: configuration schema refined with clearer names and root-level placement.
- Stellar: handle operations without effects.
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.
- Aptos: handle APT AIP-21 as a native token.
- Bitcoin: fee rate must respect the network’s minimum relay fee.
Week of June 2nd, 2025Blockchain support:
- Canton T1 support added.
- Fee sponsor: activated for Stellar networks.
- Notabene: configurable credentials via
updateOrgSettings. - New API endpoint for blockchain networks.
- Indexing for EIP-7702 internal transactions.
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.
- Ethereum Hoodi testnet enabled.
Week of May 19th, 2025New Feature:
- Fee sponsor for EVM, activated on Ethereum mainnet.
- Glow 2.0 DH key support.
Week of May 5th, 2025New Feature:
- Canton: Bring Your Own Validator (BYOV) support.
- Key delete endpoint.
- Staking: get stake by ID endpoint.
- BOB, Codex, and Plume networks enabled.
- List endpoints now filter out archived keys and wallets.
Week of April 28th, 2025Bug Fixes:
- Account lockout prevented when only one admin account exists.
Week of April 14th, 2025Blockchain support:
- Bitcoin Cash T1 support added.
- Bitcoin: UTXO consolidation support.
- Bitcoin: improved coin selection.
Week of April 7th, 2025Bug Fixes:
- Solana: corrected ATA fee payer logic.
- Export key endpoint no longer deletes associated wallets.
Week of March 31st, 2025New Feature:
- Export key endpoint: keys are exported without being deleted.
- Credentials: prevent deactivation of the only active non-recovery credential.
- Credentials: prevent inactive credentials from being used.
Get Keyendpoint now returns related wallets.
Week of March 24th, 2025New Feature:
- Multi-chain wallet creation.
- Fee sponsor: Solana support.
- IOTA: staking endpoints.
- SUI: staking and unstaking construction endpoints.
Week of March 17th, 2025New Feature:
- SUI: transaction indexing.
- Webhooks now only deliver events matching the subscription.
Week of March 10th, 2025Blockchain support:
- SUI: Tier 2 integration.
- Berachain Bepolia testnet enabled.
- IOTA: locked and vested native balance display.
- Fee sponsor: CRUD endpoints added.
Week of March 3rd, 2025Bug Fixes:
- Consistent return format for the
Estimate Feesendpoint.
Week of February 24th, 2025Blockchain support:
- Polymesh: Tier 2 integration.
Week of February 17th, 2025New Feature:
- Staking: unbond and withdraw actions added (Figment).
- Wallet and key creation are now decoupled.
- Export key: corrected ID lookup.
Week of February 10th, 2025Bug Fixes:
- Bitcoin: select unconfirmed UTXOs when needed.
- Improved redaction of sensitive data in logs.
Week of February 3rd, 2025Blockchain support:
- Berachain promoted to Tier 1.
- Canton: Tier 2 integration with devnet support.
Week of January 27th, 2025New Feature:
- Solana: QuickNode-based fee estimator.
Week of January 20th, 2025New Feature:
- Ethereum staking: create stake and withdraw endpoints.
- Staking rewards tracking.
- New staking dashboard endpoint.
- Dogecoin: enabled.
- Litecoin: fixes.
Week of January 13th, 2025New Feature:
- Beacon chain indexing.
- Bitcoin: enabled blockbook indexer; mempool transactions are correctly handled when not found.
- Rebroadcast logic is now idempotent.
Week of January 6th, 2025New Feature:
- Coinbase Prime exchange integration.
- New
Withdrawendpoint. - Transaction rebroadcast support.
Week of December 30th, 2024Blockchain support:
- Berachain: activated.
- Wallet creation: corrected network list.
- Net worth: include missing token kinds.
Week of December 16th, 2024Blockchain support:
- Aptos: full activation — sign, broadcast, construct, address/balance/metadata, transaction handling, fungible asset support, and market quotes.
- Authentication: multi-session improvements.
Week of December 9th, 2024New Feature:
- Authentication: multi-session support.
- WebAuthn settings detached from applications and moved to relying party records.
Week of December 2nd, 2024New Feature:
- New
List TransactionsandList Stakesendpoints. - Market fiat exchange rates.
- Bitcoin: blockbook-based indexer.
- Staking now configurable via organization settings.
- Wallet export for end users.
Week of November 25th, 2024New Feature:
- New
Create Stakeendpoint.
- XRPL: return 0 balance when the account is not found.
Week of November 18th, 2024Blockchain support:
- ION T1 integration added.
- Bitcoin: taproot signature.
Week of November 11th, 2024Bug Fixes:
- TON: restructured indexing with bug fixes.
Week of November 4th, 2024Blockchain support:
- IOTA promoted to Tier 1, with indexing support.
- Bitcoin: fixed partial signing.
- Bitcoin: fixed taproot PSBT handling.
Week of October 28th, 2024New Feature:
- Wallet net worth.
- Bitcoin: taproot support enabled.
- Bitcoin Signet testnet added.
- IOTA: initial integration (address, balance, signing, broadcast, transfer).
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.
- Agreement version logged on organization creation.
Week of October 14th, 2024New Feature:
- Organization-level limits now enforced.
- Exchange integration settings.
Week of October 7th, 2024New Feature:
- Bitcoin: BIP-322 message signing.
- Multi-phase transaction broadcast.
- Custom key threshold per cluster.
Week of September 30th, 2024New Feature:
- Binance exchange integration.
- Allow naming of first user credential.
Week of September 23rd, 2024New Feature:
- Coinbase exchange integration.
- Exchanges: soft-delete support.
Week of September 16th, 2024New Feature:
- Wallet transfer idempotency: new
externalIdfield on transfer transaction signing endpoints, with concurrency safety.
Week of September 9th, 2024Blockchain support:
- Race Chain: Tier 1 support (mainnet and testnet).
- Kaspa: Tier 1 support — sign, broadcast, transfer, PSBT, indexing, testnet11.
Week of September 2nd, 2024Blockchain support:
- MATIC migrated to POL.
- Tier 2/3 wallets: return 404 instead of 5XX on missing records.
Week of August 26th, 2024Bug Fixes:
- Bitcoin: transaction schema validation.
- Webhook failures from Lambda now properly throw errors.
Week of August 19th, 2024Bug Fixes:
- Polygon: corrected gas fee estimation.
- TON: native transfers now use non-bounceable messages.
- Secure HTTP response headers added via Helmet.
Week of August 12th, 2024New Feature:
- Kraken CEX integration (with OTP, deposit, and withdrawal).
- New withdrawal endpoint.
- Organization setting to enable KU23 signing.
Week of August 5th, 2024Blockchain support:
- ICP and OGY: Tier 1 support.
List Exchange Accountsendpoint.
Week of July 29th, 2024Blockchain support:
- Stellar: handle offers in
PathPaymentandManageOfferoperations.
- 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.
Week of July 22nd, 2024New Feature:
- TON: now available in the SDK and dashboard UI.
- KU23 ECDSA signing: enabled behind feature flags.
Week of July 15th, 2024Blockchain support:
- TON: Tier 1 support — native transfers, jetton transfers, broadcast, signing, indexing, and TEP-74 balance and metadata.
- Solana: improved transaction management with expired-transaction cleanup.
Week of July 8th, 2024New Feature:
List Wallets: new filter to retrieve wallets byuserIDorusername.- Password-encryption based WebAuthn alternative.
July 5, 2024
- Launched Flutter SDK
- Launched Dashboard visual redesign
June 28, 2024
- Chainalysis integration for KYT/AML
- Support for Holesky testnet
June 14, 2024
- Launched key export for EdDSA keys
June 7, 2024
- Launched Solana Tier 1
May 31, 2024
- Launched in-house indexing for EVM chains
- Launched Algorand NFT indexing
May 24, 2024
- Launched Android Kotlin SDK
May 17, 2024
- Launched create credential w/ code in dashboard
May 10, 2024
- Launched Stellar Tier 1
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
April 19, 2024
- Launched iOS Swift SDK
- Launched new endpoint to create user & wallet simultaneously
- Upgraded Viem SDK integration to 2.X
April 12, 2024
- Launched recipient whitelisting in Policy Engine
- Executed Asset Account and Public Key to Wallet migration script
- Retired legacy authentication service
March 29, 2024
- Launched Cardano Tier2 support and Polygon Amoy Tier1 (retired Mumbai)
- Launched Solana fee estimation API
March 15, 2024
- Launched GoLang SDK
- Launched Tier2 support for PolkaDot and Kusama
March 8, 2024
- Launched Tier1 support for Algorand
- Removed legacy dashboard access in production
Feb 29, 2024
- Added
custodialfield 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
Feb 21, 2024
- Launched new Read Contract endpoint
- Launched Litecoin Tier1
Feb 14, 2024
- New support for WebAuthn across subdomains
Feb 7, 2024
Jan 24, 2024
- New network fees API released
- Renamed Ripple to XrpLedger
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
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
Dec 20, 2023
- Backend changes to cluster load balancing
Dec 12, 2023
- Added
secondsValidto PAT expiration config
Dec 6, 2023
- Launched Solana and Tezos Tier2 wallets support
- Launched support for the Starkware ecosystem with KeyECDSAStark Pseudo Networks
Nov 29, 2023
- Launched Wallet webhooks
Nov 22, 2023
- Launched Tier2 wallets support for Bitcoin and Tron
Nov 15, 2023
- Launched SDK support for Viem
- Launched new .env file generation utility in the dashboard
Nov 8, 2023
- Moved all EVM chains to Tier 1 support in Wallets API.
- Added Base L2 support and ArbitrumSepolia testnet
Nov 1, 2023
- Released new WalletConnect integration in the dashboard using WebAuthn to sign transactions
Oct 18, 2023
- Released first version of wallet export.
Oct 10, 2023
- Released first version of wallet import.
Oct 1, 2023
- Released CGGMP pre-signatures to accelerate signing request times
Sep 14, 2023
- Enabled CGGMP signers in production environments
Aug 29, 2023
- Enabled PaymentVelocity rules on Asset Accounts
- Released permissions and policy engine in the dashboard
Aug 9, 2023
- Released Policy Engine support for Wallet TransferAmountLimit rules
- Released Wallets in the dashboard
Aug 1, 2023
- Released Policy Engine support for Wallet AlwaysActivated rules
- Added Generate Signature support for Pseudo Network Wallets
July 17, 2023
- Updated network names for wallet blockchains
- Returning complete signature encoding from Get Signature calls.
July 11, 2023
- Updated enumerated types for Wallets API network value
July 5, 2023
- Relaxed CORS policy preventing API calls from the browser
June 29, 2023
- Typescript SDK released
- Latency optimizations for Auth service
- Fixes for Windows Hello usage with Webauthn
June 7, 2023
- Released CMP asset in the dashboard
June 1, 2023
- Released the new Wallets and NFTs API Beta
- Fixed bugs related to trailing slashes in URL paths
May 11, 2023
- Added key-based recovery support to the DFNS Dashboard
- Fixed bug in WalletConnect deployment
April 26, 2023
- Added MVP signer multi-tenancy for ninja sandbox organizations
- Updates to blockchain indexing pipeline
April 20, 2023
- Added Ethereum Sepolia testnet to blockchain indexing
- Add Tezos & Solana support to BroadcastTransaction
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
Mar 23, 2023
- Deployed new authentication service to production (non-customer impacting)
- Removed
isImmutablefield from policy creation - Fixed bug where rejected transactions are not reflecting the correct state
- Changed payment note to write to XRP destination tag
Mar 14, 2023
- Added blockchain indexing for SOL and XRP
- Added
activityIdquery string parameter to List policy control executions
Mar 8, 2023
- Added
nonceto BroadcastTransaction API responses - Payment note broadcasted as memo in XRP transactions
Feb 28, 2023
- Added new ListTransactions endpoint
- Throughput enhancements to our indexing pipeline
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)
Feb 8, 2023
- Added support for agEUR token on Polygon (AGEUR.MATIC
assetSymbol) - Updated testnet for SKALE blockchain
Jan 30, 2023
- Added support for Solana tokens
- Deprecated
groupSizeandgroupThresholdbody parameters for key generation - Polygon payments fix for “transaction under-priced” error
Jan 13, 2023
- Released support for Elrond chain
- Added indexing support for Polygon and Binance Smart Chain
- Misc bug fixes
Dec 19, 2022
- Fixed a bug in BroadcastTransaction where the
valueparameter was being interpreted in ETH instead of WEI. - Last push of the year!
Dec 15, 2022
- Launched new
directionandstatusquery parameters on ListPayments - Fixed a bug in the
timeoutInMinutesimplementation in PolicyControls
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.
Nov 30, 2022
- Launched our new blockchain indexing microservice for Ethereum mainnet exposed via the new
directionfield on payments and the newPaymentReceived and PaymentConfirmedcallback eventKinds. - Enabled Permissions on callbacks and public keys
- Internal bug fixes on database pagination
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
AllowedProductsinternal 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.
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.
Nov 8, 2022
- Added a
maxUnitBalanceproperty 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
Oct 27, 2022
- Added
PolicyActivatedandWalletCreatedcallback subscription topics - Integrated TRON blockchain
Oct 16, 2022
- Deployed IP whitelisting framework
- Fixed a bug impacting payment initiation and market data collection
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