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
I needed to access wallet info with the balance of specific address (including token), so I came across this API https://graphql-docs.viewblock.io/#tag-Address
It should be returning me token value but its not. I double-checked if i have token in this wallet or not & I have few tokens in this address
Actual behavior
Its giving me tokens: null
Expected behavior
It should give me
hash: [String](https://graphql-docs.viewblock.io/#/definitions/String)
The token hash
name: [String](https://graphql-docs.viewblock.io/#/definitions/String)
The name of the token
symbol: [String](https://graphql-docs.viewblock.io/#/definitions/String)
The symbol of the token
decimals: [Float](https://graphql-docs.viewblock.io/#/definitions/Float)
Token decimals
score: [Float](https://graphql-docs.viewblock.io/#/definitions/Float)
The computed score based on public information (see https://github.com/Ashlar/cryptometa)
balance: [String](https://graphql-docs.viewblock.io/#/definitions/String)
Screenshot
The text was updated successfully, but these errors were encountered:
Summary
I needed to access wallet info with the balance of specific address (including token), so I came across this API https://graphql-docs.viewblock.io/#tag-Address
It should be returning me token value but its not. I double-checked if i have token in this wallet or not & I have few tokens in this address
Actual behavior
Its giving me
tokens: null
Expected behavior
It should give me
Screenshot
The text was updated successfully, but these errors were encountered: