Blockchain Service Endpoint

To communicate with the blockchain networks, an endpoint is needed to send/receive messages and transactions utilizing the interfacing in MASQ Software, conforming to standard JSON-RPC format on Ethereum (and thus Polygon).

This endpoint URL is saved under the --blockchain-service-url in the software, and allows a user to use their own endpoints instead of Public RPC Endpoints (such as Cloudflare, MyEtherWallet or the Polygon aggregated RPCs)

Here are a list of providers that currently support free and premium accounts, which can be used for MASQ Node by providing a endpoint URL:

Documentation: https://docs.alchemy.com

Polygon API: https://docs.alchemy.com/alchemy/apis/polygon-api

Documentation: https://infura.io/docs/ethereum

Network Endpoint formats: https://infura.io/docs/ethereum#section/Choose-a-Network

Documentation: https://docs.nodies.app/

Free Endpoint: https://lb.nodies.app/v1/6a17e9caa9f1424c87be69746244a8c8

Polygon Network endpoints and providers are also found on their Network Documentation:

https://docs.polygon.technology/docs/develop/network-details/network/

Last updated