We refreshed our doc site!

Bookmarked links may have changed

Read release notes

listStablecoins

Circle Mint

List all stablecoins

GEThttps://api.circle.com/v1/stablecoins

Retrieves total circulating supply for supported stablecoins across all chains. This endpoint is rate limited to one call per minute (based on IP).

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": [
3    {
4      "name": "USD Coin",
5      "symbol": "USDC",
6      "totalAmount": "132.584192",
7      "chains": [
8        {
9          "amount": "132.584192",
10          "chain": "ALGO"
11        }
12      ]
13    }
14  ]
15}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.