API Reference

Get Gateway info for supported domains and tokens

gethttps://gateway-api-testnet.circle.com/v1/info

  • Reference
  • Playground

Provides information about the API and details of the supported domains and tokens.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "version": 0,
3  "domains": [
4    {
5      "chain": "Ethereum",
6      "network": "Sepolia",
7      "domain": 0,
8      "walletContract": {
9        "address": "",
10        "supportedTokens": [
11          "USDC"
12        ]
13      },
14      "minterContract": {
15        "address": "",
16        "supportedTokens": [
17          "USDC"
18        ]
19      }
20    }
21  ]
22}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.