Circle APIs are a set of functions and procedures that allow you to use USDC for payments, payouts, and transfers. They enable your applications to connect to banks and digital wallets and enable global payments via USDC. By integrating with our APIs to automate minting and redemption, you can provide stablecoin access directly to your users through your own app or website._ To ensure success, please note the following: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.
- API requests without authentication will fail.
- All API requests must be made over HTTPS.
- Keep API keys secure at all times. Ensure your API key is always stored securely and never share it or record it in a medium that might be publicly accessible such as client-side code, public repositories, etc.
API key authentication
Set the API key in theAuthorization header of the request sent from your
backend server using the format Bearer secret-key-value.
API Authentication