TokenGroup
Persistent, opaque, stable id of the token group.
Canonical symbol of the group.
USDCDisplay name of the group.
USD CoinLogo URL for the group.
https://example.com/link-logo.pngWhether Chainlink Labs has reviewed this token group's project information.
Review is a per-group property; a token's isReviewed flag is inherited from
its group.
truemembers object[]required
The tokens that belong to this group across networks.
The chain selector this group member lives on.
Possible values: Value must match regular expression ^[0-9]+$
5009297550715157269On-chain token address.
Token symbol.
USDCconnections object[]required
Directed connections between members. Non-connected members have no edge; a bidirectional link appears as two edges.
Possible values: Value must match regular expression ^[0-9]+$
5009297550715157269Token address of the source member.
Source token pool contract address for this route.
Possible values: Value must match regular expression ^[0-9]+$
124615329519749607Token address of the destination member.
Remote pool address(es) this source pool is configured toward for this route.
{
"groupId": "550e8400-e29b-41d4-a716-446655440000",
"symbol": "USDC",
"displayName": "USD Coin",
"logoUrl": "https://example.com/link-logo.png",
"isReviewed": true,
"members": [
{
"chainSelector": "5009297550715157269",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eb48",
"symbol": "USDC"
},
{
"chainSelector": "4949039107694359620",
"address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"symbol": "USDC"
}
],
"connections": [
{
"sourceChainSelector": "5009297550715157269",
"sourceTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eb48",
"sourcePoolAddress": "0xc2949B1Cf2A739C5C53D43a3e7E5b8E5b5b1F3aF",
"destChainSelector": "4949039107694359620",
"destTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"remotePools": [
"0x0a995a72d8346683C97514990F802f4778b7Ac72"
]
},
{
"sourceChainSelector": "4949039107694359620",
"sourceTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"sourcePoolAddress": "0x0a995a72d8346683C97514990F802f4778b7Ac72",
"destChainSelector": "5009297550715157269",
"destTokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eb48",
"remotePools": [
"0xc2949B1Cf2A739C5C53D43a3e7E5b8E5b5b1F3aF"
]
}
]
}