Node IPs
The Mevlink Stream protocol is supported natively by all of our Melvink nodes. We reccomend connecting to the lowest latency node possible, usually determined by your location. Better yet, one could connect to all of our nodes and then pick one based on actual transaction received times instead of tcp latency.
To actually get a list of node IPs, you can make a POST
request to mevlink.com/api/get_eth_node_ips
or mevlink.com/api/get_bsc_node_ips
. For an example please refer to our streamer-go implementation.
Last updated