Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

May 2026

2026.05.05

Documentation updates

Rewrote the dev-controlled wallet quickstarts for wallet creation, token transfers, and transaction signing to improve clarity, consistency, and developer usability.The following topics were updated:
2026.05.01

Documentation updates

Rewrote entity secret management and signing documentation to clarify authorization, key management, and signing API flows for dev-controlled wallets.The following topics were updated:

April 2026

2026.04.30

Documentation additions

Added the following new topics for batch creation and pre-creation of dev-controlled wallets:
2026.04.23

Documentation updates

Updated the Wallets overview and account selection documentation to clarify the differences between dev-controlled, modular, and user-controlled wallets and to improve guidance for choosing wallet and account types.The following topics were updated:
2026.04.14

Documentation updates

Updated Wallets documentation across core concepts, wallet types, signing, and developer workflows to improve the overall developer journey.The following topics were updated:

March 2026

2026.03.12

Documentation additions

Created the following new topic for creating and funding a Solana Associated Token Account (ATA) when Gas Station does not sponsor ATA creation:
2026.03.04

Documentation updates

Documentation for the React Native SDK (user-controlled wallets) was updated to reflect the latest SDK and to separate legacy V1 content:
  • The main page now covers installation, social login configuration, upgrading from V1, and the full SDK API references.
  • addListener, removeAllListeners, and EventListener are marked deprecated but still supported in V1.
  • Now the preferred way to subscribe to SDK events (such as forgot PIN, resend OTP) is via Expo’s NativeModule.addListener() using the CIRCLE_PW_ON_EVENT constant and the CirclePwEventPayload interface.
  • A dedicated legacy page was added for V1-only setups.
The following topics were updated and added, respectively:

January 2026

2026.01.28
Added Gas Station support for Solana ATA sponsorship.

Documentation additions

Created the following new topic to support Solana ATA sponsorship in Gas Station:
2026.01.20

Documentation updates

Complete rewrites of the user-controlled wallet quickstarts for Social Login, Email OTP, and PIN to improve clarity, consistency, and developer usability. The new quickstarts emphasize building a runnable end-to-end app that demonstrates authentication, wallet creation, and onchain actions. Backend routes were restructured to clearly map frontend actions to the corresponding Circle API endpoints. The updates make the wallet lifecycle, SDK usage, and backend integration patterns more explicit and easier to follow for first-time integrators.The following topics were updated and renamed: