Skip to main content
Version: v2

TokenRemoteChainSummary

Compact per-remote-chain entry returned by the token list endpoint. Collapsed, only remoteChainSelector is present; with expand=true, status and remoteTokenAddress are also included.

remoteChainSelectorstringrequired

The remote (counterparty) chain selector for this lane.

Possible values: Value must match regular expression ^[0-9]+$

Example: 124615329519749607
statusLaneConnectionStatus

Connection status toward the remote chain. Present only when expand=true.

Example: CONNECTED
remoteTokenAddressstringnullable

Address of the corresponding token on the remote chain. Present only when expand=true.

JSON
TokenRemoteChainSummary
{
"remoteChainSelector": "124615329519749607"
}