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:
124615329519749607statusLaneConnectionStatus
Connection status toward the remote chain. Present only when expand=true.
Example:
CONNECTEDremoteTokenAddressstringnullable
Address of the corresponding token on the remote chain. Present only when
expand=true.
JSON
TokenRemoteChainSummary
{
"remoteChainSelector": "124615329519749607"
}