Features
Multi Chain
Learn how to configure Nexus to support multiple chains
Multi chain setup
Nexus
supports multiple chains out of the box. You can configure your NodeProvider
instances to connect to different chains, and Nexus
will automatically route requests to the appropriate chain based on the endpoint.
Using multiple chains
Once you’ve set up your NodeProvider
instances, you can use them in your requests by specifying the chain in the endpoint. For example, to make a request to the Ethereum Sepolia
chain, you would use the following endpoint:
Was this page helpful?