October 2025
2025.10.14
Documentation additions
Created the following new topics to support Bridge Kit:- Bridge Kit Overview
- Adapter Setups
- Quickstart: Transfer USDC from Base to Ethereum
- Quickstart: Transfer USDC from Ethereum to Solana
- Bridge Kit Installation
- Collect a Transfer Fee
- Configure Transfer Speed and Max Cost
- Estimate Costs Before Transferring
- Specify Recipient Address
- Bridge Kit SDK Reference
- Event Handling
- Error Recovery and Troubleshooting
2025.10.08
Expanded Gateway support to include HyperEVM, Sei, Sonic, and World Chain
Documentation updates
Updated the following documentation to reflect Gateway support for HyperEVM, Sei, Sonic, and World Chain:2025.08.04
API additions
AddednetworkFeeRaw to the response of the following endpoints:August 2025
2025.08.26
API updates
Updated the following Gateway endpoints:- Added
expirationBlockto thePOST /v1/transferresponse - Added
processedHeightandburnIntentExpirationHeightto theGET /v1/inforesponse
2025.08.04
API additions
AddednetworkFeeRaw to the response of the following endpoints:July 2025
2025.07.23
Expanded Developer Services support for Avalanche Mainnet and Avalanche Fuji
Testnet to include smart contract accounts (SCAs), modular wallets, and Gas
Station sponsorship.
Documentation updates
Updated the following documentation to reflect Avalanche support:- Account Types
- Blockchain Compatibility for Developer Services APIs
- Blockchain Confirmations
- Blockchain Infrastructure
- Gas Fees
- Gas Station
- Gas Station Contract Addresses
- Gas Station Policy Management
- Modular Wallets Quickstart
- Modular Wallets Web SDK
- Modular Wallets iOS SDK
- Modular Wallets Android SDK
- Send a Gasless Transaction
- Supported Blockchains and Currencies
API updates
Added enum valuesAVAX, AVAX-FUJI to the blockchain request field for the
following Circle Contracts APIs:POST /contracts/deployPOST /contracts/deploy/estimateFeePOST /contracts/importPOST /contracts/queryPOST /templates/{id}/deployPOST /templates/{id}/deploy/estimateFee
2025.07.22
Launched Circle Gateway on testnet.
Documentation additions
Created the following new topics to support Circle Gateway:- Gateway Overview
- Gateway Technical Guide
- Quickstart: Create and Transfer a Unified USDC Balance
- Gateway Supported Blockchains
- Gateway Contract Addresses
- Gateway Contract Interfaces and Events
- Gateway Fees
API additions
Added the following endpoints to support Circle Gateway:2025.07.11
Added an optional
delayReason field to CCTP transfer status responses to
provide context for delayed transfers.API updates
ThedelayReason field is now returned in the following CCTP Iris endpoints:GET /v2/messages- Get messages and attestations
2025.07.08
Added support for the
order request parameter (ASC or DESC) to enable
sorting by createDate for improved client-side data handling.API updates
Theorder parameter is now supported in the following endpoints:GET /v1/w3s/walletSets- Get all wallet sets (developer-controlled)GET /v1/w3s/transactions- List transactions (user/developer-controlled)GET /v1/w3s/wallets- List wallets (user/developer-controlled)GET /v1/w3s/users- List users (user-controlled)
June 2025
2025.06.25
Launched Developer Services support for Aptos Mainnet and Testnet.
Documentation updates
Updated the following documentation to reflect Aptos support:- Account Types
- Blockchain Infrastructure
- Blockchain Compatibility for Developer Services APIs
- Blockchain Confirmations
- Gas Fees
- Gas Station
- Gas Station Contract Addresses
- Gas Station Policy Management
- Supported Blockchains and Currencies
- Testnet Faucets
- Receive an Inbound Transfer (User-Controlled Wallets)
- Receive an Inbound Transfer (Developer-Controlled Wallets)
- Send a Gasless Transaction
API updates
Added enum valuesAPTOS, APTOS-TESTNET to the blockchain request field for
the following APIs:POST /developer/walletsPOST /user/walletsGET /walletsGET /transactionsPOST /transactions/transferPOST /transactions/transfer/estimateFeePOST /transactions/validateAddressPOST /user/initialize
2025.06.17
Added programmatic gas price optimization to modular wallets web SDK.
Documentation updates
Updated the following documentation to reflect programmatic gas price optimization support in modular wallets web SDK:- Modular Wallets Web SDK:
- Added
GetUserOperationGasPriceReturnTypeinterface. - Added
GetUserOperationGasPriceRpcSchematype. - Added
getUserOperationGasPricefunction.
- Added
2025.06.13
Removed Compliance Engine’s Travel Rule from the developer documentation as
it’s been deprecated.
May 2025
2025.05.15
Added support for Avalanche and Unichain to Paymaster v0.8.
Documentation updates
Updated the following documentation to reflect Avalanche and Unichain support in Paymaster v0.8:2025.05.07
Added Paymaster v0.8 documentation.
Documentation updates
Updated the following pages to reflect support for EntryPoint v0.8 of the ERC-4337 contract in Paymaster:April 2025
2025.04.17
Added passkey recovery support to modular wallets web SDK.
Documentation additions
Added the following documentation to support passkey recovery using the modular wallets web SDK:Documentation updates
Updated the following documentation to support passkey recovery in modular wallets:- Modular Wallets Web SDK:
- Added
estimateExecuteRecoveryGasfunction. - Added
estimateRegisterRecoveryAddressGasfunction. - Added
executeRecoveryfunction. - Added
recoveryActionsfunction. - Added
registerRecoveryAddressfunction.
- Added
- Modular Wallets Passkey
2025.04.11
Documentation updates
Updated the following documentation to reflect the removed API and the new Derive a Wallet API endpoint:API updates
-
Removed API for products that never officially launched. The following APIs
were removed:
- Backfill a Wallet API:
PUT /developer/wallets/:id/backfill
- Backfill a Wallet API:
- Added content schema, description, and the X-Request-Id header to the 201 response for the following APIs:
API additions
- Added the new
Derive a Wallet API:
PUT /developer/wallets/:id/blockchains/:blockchain
2025.04.08
- Launched Developer Services, including Circle Contracts, on Optimism (OP) and Base (BASE) blockchains.
- Added modular wallets and Circle Contracts support on Unichain (UNI) blockchain.
- Added a new tutorial in modular wallets to showcase how to add Externally Owned Account (EOA) signers for Circle Smart Accounts.
Documentation additions
Added the following documents:Documentation updates
Added Optimism (OP) and Base (BASE) blockchains to tables of support:- Account Types
- Blockchain Compatibility for Developer Services APIs
- Blockchain Confirmations
- Gas Fees
- Gas Station
- Gas Station Contract Addresses
- Gas Station Policy Management
- Modular Wallets Android SDK
- Modular Wallets iOS SDK
- Modular Wallets Quickstart
- Receive an Inbound Transfer (User-Controlled Wallets)
- Receive an Inbound Transfer (Developer-Controlled Wallets)
- Send a Gasless Transaction
- Supported Blockchains and Currencies
- Testnet Faucets
API additions
-
Added enum values
BASE,BASE-SEPOLIA,OP,OP-SEPOLIAto theblockchainrequest field for the following APIs:POST /developer/walletsPOST /user/walletsGET /walletsGET /transactionsPOST /transactions/contractExecution/estimateFeePOST /transactions/transferPOST /transactions/transfer/estimateFeePOST /transactions/validateAddressPOST /user/initializeGET /config/entity/monitoredTokensGET /contractsPOST /contracts/deployPOST /contracts/deploy/estimateFeePOST /contracts/importPOST /contracts/queryPOST /templates/{id}/deployPOST /templates/{id}/deploy/estimateFeeGET /contracts/monitorsPOST /contracts/monitorsGET /contracts/events
-
Added enum values
UNIandUNI-SEPOLIAto theblockchainrequest field for the following APIs:GET /contractsPOST /contracts/deployPOST /contracts/deploy/estimateFeePOST /contracts/importPOST /contracts/queryPOST /templates/{id}/deployPOST /templates/{id}/deploy/estimateFeeGET /contracts/monitorsPOST /contracts/monitorsGET /contracts/events
March 2025
2025.03.31
Launched the SDK Explorer for Developer Services server-side SDKs.
Documentation additions
Added the following pages for the SDK Explorer:- SDK Explorer Overview
- Getting Started with Developer-Controlled Wallets - Node.js
- Getting Started with Developer-Controlled Wallets - Python
- Getting Started with User-Controlled Wallets - Node.js
- Getting Started with User-Controlled Wallets - Python
- Getting Started with Contracts - Node.js
- Getting Started with Contracts - Python
2025.03.27
The following Circle Product Lines have been renamed:
The following Circle Products have been renamed:
These name changes are part of a broader effort to simplify and align our
product naming, creating a more unified developer experience across the Circle
platform.
| Previous Product Line name | New Product Line name |
|---|---|
| Web3 Services | Developer Services |
| Previous Product name | New Product name |
|---|---|
| Programmable Wallets | Circle Wallets |
| Smart Contract Platform (SCP) | Circle Contracts |
2025.03.24
Documentation updates
Updated the following document to reflect the new Backfill a wallet API endpoint:API additions
Added new API endpoints:2025.03.21
Removed USDC Access from the developer documentation as it’s no longer available
for new users.
February 2025
2025.02.22
2025.02.21
API updates
- Updated
abiFunctionSignatureto be optional for thePOST /transactions/contractExecution/estimateFeeAPI.
2025.02.19
API additions
-
Added enum values
UNIandUNI-SEPOLIAto thechainrequest field for the following API:POST /compliance/screening/addresses
2025.02.12
Added EIP-1193 example for modular wallets
Documentation additions
Added a code example for EIP-1193:2025.02.11
Launched Web3 Services on Unichain mainnet
Documentation updates
Added Unichain mainnets to tables of support:January 2025
2025.01.30
Added information on batching user-ops with the Circle API.
Documentation updates
Updated information on batch operations:2025.01.29
API additions
-
Added enum value
UNIto theblockchainrequest field for the following APIs:POST /developer/walletsPOST /user/walletsGET /walletsGET /transactionsPOST /transactions/validateAddressPOST /user/initializeGET /config/entity/monitoredTokensPOST /developer/transactions/transferPOST /transactions/transfer/estimateFeePOST /user/transactions/transferPOST /user/transactions/transfer/estimateFee
2025.01.25
Launched user-controlled wallets signing on EVM chains.
Documentation updates
Added information for signing transactions with user-controlled wallets:2025.01.24
API updates
- Updated the description of error code
155236: The provided fee in request is invalid.
2025.01.17
Launched modular wallets.
Documentation additions
Added modular wallets content to the Wallets section of the Developer Services pillar:API additions
Added modular wallets endpoints:GET buidl/transfersGET buidl/userOpsGET buidl/wallets/balancesGET buidl/wallets/nfts
2025.01.14
Launched Web3 Services on Unichain testnet.