Gateway
cURL
curl --request GET \ --url https://gateway-api.circle.com/v1/info
{ "version": 123, "domains": [ { "chain": "Ethereum", "network": "Sepolia", "domain": 0, "walletContract": { "address": "<string>", "supportedTokens": [ "USDC" ] }, "minterContract": { "address": "<string>", "supportedTokens": [ "USDC" ] }, "processedHeight": "8666762", "burnIntentExpirationHeight": "8666792" } ] }
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