GithubHelp home page GithubHelp logo

goplus-sdk-go's People

Contributors

cong08 avatar goplusbot avatar jiachengxu avatar

Stargazers

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

Watchers

 avatar

goplus-sdk-go's Issues

cannot unmarshal number into Go struct field ResponseWrapperTokenSecurityResultAnonHoldersItems0.result.holders.percent of type string

var ret    models.ResponseWrapperTokenSecurityResultAnon
security = token.NewTokenSecurity(nil)
 ret, err := security.Run(chainId, []string{tokenAddr})

cannot unmarshal number into Go struct field ResponseWrapperTokenSecurityResultAnonHoldersItems0.result.holders.percent of type string

I guess that the tag `json:",string" should be used to

         // It  describes the percentage of tokens held by this holder (Notice:About "percent": 1 means 100% here.)
	Percent string `json:"percent,string,omitempty"`

of ResponseWrapperTokenSecurityResultAnonHoldersItems0 struct,

ResponseWrapperTokenSecurityResultAnonLpHoldersItems0.Balance field type has some error

API: Get token's security and risk data
GET https://api.gopluslabs.io/api/v1/token_security/{chain_id}

desc: sometime the lp_holders.balance type in response not match sdk type

example:
params: chain_id = 1 and address=0x1c388bEef4178493F1EFC28962eEA02eE0DD6837
in the response, lp_holders[0].balance = 0, whitch type is int, but ResponseWrapperTokenSecurityResultAnonLpHoldersItems0.Balance field type is string in this sdk,

image

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.