How to Connect
Users can send transactions to the Blockchain Distribution Network (BDN) or stream transactions/blocks to their application using one of two options:
Gateway-API (Local Gateway)
Cloud-API
Gateway-API
The Gateway-API connects directly to the user's node, ensuring fast propagation of both blocks and transactions. This method offers the lowest latency by providing a private entry point to the BDN.
To connect:
Follow the instructions to install the Local Gateway.
Configure the node to peer with the Gateway-API.
Start sending transactions and streaming data.
Cloud-API
The Cloud-API provides a fast way to send Ethereum transactions and subscribe to real-time Transaction Streaming and Block Streaming, without requiring a local Gateway installation.
To connect:
Use one of the available Cloud-API IPs.
Professional Endpoint:
api.blxrbdn.com
Enterprise Endpoint:
wss://<REGION>.<NETWORK>.blxrbdn.com/ws
(for improved speed)
Authenticate and start sending transactions or streaming data.
Gateway-API vs Cloud-API
Gateway-API is the best option for users seeking the lowest latency and highest performance.
Cloud-API is a great alternative for users who do not want to install a Gateway but still need reliable access.
For optimal performance, advanced users may combine both the Gateway-API and Cloud-API.
Last updated