Skip to main content

October 2025

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.07

API updates

Replaced the transaction state PENDING_RISK_SCREENING with CLEARED
2025.08.04

August 2025

2025.08.26

API updates

Updated the following Gateway endpoints:
2025.08.07

API updates

Replaced the transaction state PENDING_RISK_SCREENING with CLEARED
2025.08.04

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:

API updates

Added enum values AVAX, AVAX-FUJI to the blockchain request field for the following Circle Contracts APIs:
  • POST /contracts/deploy
  • POST /contracts/deploy/estimateFee
  • POST /contracts/import
  • POST /contracts/query
  • POST /templates/{id}/deploy
  • POST /templates/{id}/deploy/estimateFee
2025.07.22
Launched Circle Gateway on testnet.

Documentation additions

Created the following new topics to support Circle Gateway:

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

The delayReason 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

The order 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:

API updates

Added enum values APTOS, APTOS-TESTNET to the blockchain request field for the following APIs:
  • POST /developer/wallets
  • POST /user/wallets
  • GET /wallets
  • GET /transactions
  • POST /transactions/transfer
  • POST /transactions/transfer/estimateFee
  • POST /transactions/validateAddress
  • POST /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 GetUserOperationGasPriceReturnType interface.
    • Added GetUserOperationGasPriceRpcSchema type.
    • Added getUserOperationGasPrice function.
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 estimateExecuteRecoveryGas function.
    • Added estimateRegisterRecoveryAddressGas function.
    • Added executeRecovery function.
    • Added recoveryActions function.
    • Added registerRecoveryAddress function.
  • 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

API additions

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:

API additions

  • Added enum values BASE, BASE-SEPOLIA, OP, OP-SEPOLIA to the blockchain request field for the following APIs:
    • POST /developer/wallets
    • POST /user/wallets
    • GET /wallets
    • GET /transactions
    • POST /transactions/contractExecution/estimateFee
    • POST /transactions/transfer
    • POST /transactions/transfer/estimateFee
    • POST /transactions/validateAddress
    • POST /user/initialize
    • GET /config/entity/monitoredTokens
    • GET /contracts
    • POST /contracts/deploy
    • POST /contracts/deploy/estimateFee
    • POST /contracts/import
    • POST /contracts/query
    • POST /templates/{id}/deploy
    • POST /templates/{id}/deploy/estimateFee
    • GET /contracts/monitors
    • POST /contracts/monitors
    • GET /contracts/events
  • Added enum values UNI and UNI-SEPOLIA to the blockchain request field for the following APIs:
    • GET /contracts
    • POST /contracts/deploy
    • POST /contracts/deploy/estimateFee
    • POST /contracts/import
    • POST /contracts/query
    • POST /templates/{id}/deploy
    • POST /templates/{id}/deploy/estimateFee
    • GET /contracts/monitors
    • POST /contracts/monitors
    • GET /contracts/events

March 2025

2025.03.27
The following Circle Product Lines have been renamed:
Previous Product Line nameNew Product Line name
Web3 ServicesDeveloper Services
The following Circle Products have been renamed:
Previous Product nameNew Product name
Programmable WalletsCircle Wallets
Smart Contract Platform (SCP)Circle Contracts
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.
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

API updates

  • Updated description for the following APIs:
    • POST /developer/sign/message
    • POST /developer/sign/typeData
    • POST /user/sign/message
    • POST /user/sign/typeData

API additions

  • Added example for Address and ContractAddress
2025.02.21

API updates

  • Updated abiFunctionSignature to be optional for the POST /transactions/contractExecution/estimateFee API.
2025.02.19

API additions

  • Added enum values UNI and UNI-SEPOLIA to the chain request 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 UNI to the blockchain request field for the following APIs:
    • POST /developer/wallets
    • POST /user/wallets
    • GET /wallets
    • GET /transactions
    • POST /transactions/validateAddress
    • POST /user/initialize
    • GET /config/entity/monitoredTokens
    • POST /developer/transactions/transfer
    • POST /transactions/transfer/estimateFee
    • POST /user/transactions/transfer
    • POST /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/transfers
  • GET buidl/userOps
  • GET buidl/wallets/balances
  • GET buidl/wallets/nfts
2025.01.14
Launched Web3 Services on Unichain testnet.

Documentation updates

Added Unichain testnet to tables of support:
I