gethttps://gateway-api-testnet.circle.com/v1/info
Provides information about the API and details of the supported domains and tokens.
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}