eosjson.io/api - a simple interface to view JSON data on the EOS blockchain

in #eos7 years ago

If you like to lookup information stored on the EOS blockchain but don't have the Javascript or Python knowledge to fetch the data yourself, then you might find the basic interface www.eosjson.io/api I build useful.

There are many great explorers available for the EOS blockchain but to my knowledge there is no tool currently where you can easily look through JSON data. Until now!

www.eosjson.io/api


eosjs.png
Receive JSON information about an EOS account by using endpoint /account/account_name

I have created a basic api endpoint using Python and the incredible python library from EOS NewYork called eospy

Currently these GET endpoints are available to simply access via the URL

  • account
  • table
  • currency-
  • info
  • block
  • abi


eosjs.gif
Gif shows some of the calls possible

If you like to give it a try than have a look at my Github page, I have included a detailed README that hopefully get you started.


github.png

What's next?

With the backend complete, I will focus now on the frontend to make it more user-friendly to access the data without typing the URL endpoint in the browser. Stay tuned for updates.

All the best!

Sort:  

Thats awesome! is there a way to get a holders/whale list for tokens?

Hi, no, to my knowledge you can't extract a list of all holders and filter by token holding size with these API calls.

Too bad, looking forward to the GUI improvements!

I don't understand all that, maybe I have to study for months to understand it..☺️