Get Supported Networks

The "Get Supported Networks" section is designed to provide users with comprehensive information about the various blockchain networks that are accessible at Retrobridge API. This step is crucial for understanding the range of networks across which assets can be bridged, enabling users to plan their transactions accordingly.

Returns the list of networks available at Retrobridge.

GET /api/networks

[​
    {​
      "name": "string", // network name i.e ARBITRUM​
      "chainId": "string", // mainnet chain id​
      "active": true, // indicates whether network is accessible at the moment​
    }​
]

Once list of supported networks retrieved, next step would be to obtain the list of supported assets for pair of source and destination chains.

Last updated