Get network by chain ID

Retrieve network configuration by blockchain chain ID (e.g., 1 for Ethereum, 137 for Polygon). Useful when you have chainId from a transaction or asset.

Path Parameters

ParameterTypeRequiredDescription
chainIdstringYesBlockchain chain ID

Use Cases

  • Look up network details from chainId
  • Validate network exists before transaction
  • Get network config for display

Required Permission

networks:read