Gateway
cURL
curl --request GET \ --url https://gateway-api-testnet.circle.com/v1/info
{ "version": 123, "domains": [ { "chain": "Ethereum", "network": "Sepolia", "domain": 0, "processedHeight": "8666762", "burnIntentExpirationHeight": "8666792", "walletContract": { "address": "<string>", "supportedTokens": [ "USDC" ] }, "minterContract": { "address": "<string>", "supportedTokens": [ "USDC" ] } } ] }
Provides information about the API and details of the supported domains and tokens.
Gateway info
Response containing information about supported domains and tokens
API version number
List of supported domains and their contract information
Show child attributes
Human-readable chain name
"Ethereum"
Human-readable network name
"Sepolia"
Domain identifier
0
1
2
3
6
7
10
The latest processed block height for this network
"8666762"
The current minimum accepted block height for a burn intent expiration on this network. The value is based on the latest confirmed block. Developers should add some buffer to this value to avoid transfer request failures.
"8666792"
Wallet contract information for this domain
Address of the wallet contract
List of tokens supported by this wallet contract
Supported tokens for Gateway
USDC
Minter contract information for this domain
Address of the minter contract
List of tokens supported by this minter contract
Was this page helpful?