Last active
March 4, 2024 01:54
-
-
Save akme/89a4e596587cb605b530bd825994a0db to your computer and use it in GitHub Desktop.
EOS HTTP API Endpoint hosts list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mainnet.eosamsterdam.net | |
api.eosnewyork.io | |
eu.eosdac.io | |
api.eos.csx.io | |
eosbp-0.atticlab.net | |
bp.cryptolions.io | |
api.eossweden.org | |
nodes.eos42.io | |
api.tokenika.io | |
node1.zeroxeos.com | |
history.cryptolions.io | |
mainnet.eoscanada.com | |
api-eos.blckchnd.com | |
publicapi-mainnet.eosauthority.com | |
api.eoseoul.io | |
bpapi.eosvolga.one | |
api.eosn.io | |
api.blockmachine.io | |
api.eosmetal.io | |
peer1.eoshuobipool.com | |
api.eosfengwo.com | |
api.bitmars.one | |
api-mainnet.eospacex.com | |
seed02.eosusa.news | |
seed01.eosusa.news | |
mainnet.meet.one | |
node2.liquideos.com | |
api.eoscleaner.com | |
api.eossirius.xyz | |
mainnet.eosio.sg | |
api.jeda.one | |
fn001.eossv.org | |
eos.eoscafeblock.com | |
api.eostribe.io | |
api-mainnet.starteos.io | |
mars.fn.eosbixin.com | |
api1.acroeos.one | |
api.eosrio.io | |
api.eostitan.com | |
eos-mainnet.ecoboost.app | |
api.bp.fish | |
api1.eosasia.one | |
api-mainnet.eosgravity.com | |
api.bp.antpool.com | |
api.eosbeijing.one | |
node2.eosphere.io | |
node1.eosphere.io | |
mainnet.genereos.io | |
rpc.eosys.io | |
api.sheos.org | |
api.hkeos.com | |
node.eosflare.io | |
api.eosdublin.io | |
eos.greymass.com | |
api.eos.dutcheos.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that many of these no longer appear to work, like eoscanada. I did not try them all, but I find the following do work...
eu.eosdac.io
api.eoseoul.io
eos.eoscafeblock.com
api.eostitan.com
api1.eosasia.one
mainnet.genereos.io
eos.greymass.com
And if unaware, one must use the correct URL syntax to get to the actual server. For the greymass server for a get_account call, it would be...
https://eos.greymass.com/v1/chain/get_account
-C