GithubHelp home page GithubHelp logo

eosio_light_api's People

Contributors

cc32d9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

eosio_light_api's Issues

Feature request: Add pagination on topholders endpoint

By reading the code don't see any way to offset the selection on the sql query, also the doc doesn't mention any parameter for pagination on the topholders endpoint.

Could you add it ? It would be useful to fetch all people holding LP tokens of an amm pool and not getting limited to 1000.

ezeosaccount transfers not properly reflected

cleos -u https://proxy.eosnode.tools/ get transaction ebecc5781d034c81ac94775a99c9aef132a8af4a2960a2a0fae265acd466d386 | less

EOS balance of adarweinreb1 was not properly updated after this transaction.

No Key for relevant data from response object

The API returns an unkeyed value for the actual data requested, one of which is the array that usually comes with a key like "data" or something. Because of the lack of this key, it's slightly more difficult to get the results needed.

Using topholders endpoint

Here's a workaround for anyone it helps

let resLen = Object.keys(response).length;
response = response[Object.keys(response)[--resLen]];

It would help to have this key, though adding it now may break everyone's code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.