You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the API reference, Get tokens list allows limit and offset so the client can optionally manipulate these values.
When the number of issued tokens is more than the default limit (which is 500), they got cut off. Thus, GetToken does not return the correct list of all tokens.
The text was updated successfully, but these errors were encountered:
phoorichet
changed the title
GetToken does not support query params
GetToken does not support query parameters
Jul 18, 2019
Query
GetToken
function does not expose query params to the caller.https://github.com/binance-chain/go-sdk/blob/98a01c4963488fb43ade98680ff8158c41e12030/client/query/get_tokens.go#L10-L12
In the API reference,
Get tokens list
allows limit and offset so the client can optionally manipulate these values.When the number of issued tokens is more than the default limit (which is 500), they got cut off. Thus,
GetToken
does not return the correct list of all tokens.The text was updated successfully, but these errors were encountered: