curl --request GET \
--url https://xreserve-api-testnet.circle.com/v1/info{
"sourceDomains": [
{
"chain": "Ethereum",
"network": "Sepolia",
"domain": 0,
"contractAddress": "0x1234567890123456789012345678901234567890",
"tokens": [
"USDC"
]
}
],
"remoteDomains": [
{
"chain": "Ethereum",
"network": "Mainnet",
"domain": 0,
"tokens": [
{
"remoteToken": "USDCx",
"remoteTokenIdentifier": "0xb5c6b65f13c0c3b4bbf572ec78e63b262bd386c1",
"associatedNativeToken": "USDC"
}
]
}
]
}Returns information on source and remote domains, including its supported tokens and configuration details.
curl --request GET \
--url https://xreserve-api-testnet.circle.com/v1/info{
"sourceDomains": [
{
"chain": "Ethereum",
"network": "Sepolia",
"domain": 0,
"contractAddress": "0x1234567890123456789012345678901234567890",
"tokens": [
"USDC"
]
}
],
"remoteDomains": [
{
"chain": "Ethereum",
"network": "Mainnet",
"domain": 0,
"tokens": [
{
"remoteToken": "USDCx",
"remoteTokenIdentifier": "0xb5c6b65f13c0c3b4bbf572ec78e63b262bd386c1",
"associatedNativeToken": "USDC"
}
]
}
]
}Successfully retrieved xReserve network information.
Contains source and remote domain data.
List of source domains.
Show child attributes
Human-readable name of the blockchain.
"Ethereum"
Human-readable name of the network.
"Sepolia"
Unique identifier of the domain.
0
Address of the xReserve smart contract deployed on this network.
"0x1234567890123456789012345678901234567890"
List of supported token symbols for the xReserve smart contract deployed on this network.
["USDC"]List of remote domains.
Show child attributes
Human-readable chain name.
"Ethereum"
Human-readable network name.
"Mainnet"
Unique identifier of the domain.
0
List of supported tokens on the remote network.
Show child attributes
Symbol of the remote token.
"USDCx"
Remote token contract address or identifier.
"0xb5c6b65f13c0c3b4bbf572ec78e63b262bd386c1"
Symbol of the associated native token.
"USDC"
Was this page helpful?