We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the convenience of locating the data, I directly queried userReserves by id
{ userReserves(where: { id: "0xe813e410f1841c06e40bff0407f7f4b63bc3ff360x7ceb23fd6bc0add59e62ac25578270cff1b9f6190xd05e3e715d945b59290df0ae8ef85c1bdb684744" }) { id reserve { symbol, underlyingAsset }, user { id } currentATokenBalance, currentStableDebt, scaledATokenBalance currentVariableDebt, } }
I got a response like this
{ "data": { "userReserves": [ { "id": "0xe813e410f1841c06e40bff0407f7f4b63bc3ff360x7ceb23fd6bc0add59e62ac25578270cff1b9f6190xd05e3e715d945b59290df0ae8ef85c1bdb684744", "reserve": { "symbol": "WETH", "underlyingAsset": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619" }, "user": { "id": "0xe813e410f1841c06e40bff0407f7f4b63bc3ff36" }, "currentATokenBalance": "-313884125764640270", "currentStableDebt": "0", "scaledATokenBalance": "-312335331786059929", "currentVariableDebt": "0" } ] } }
Why is scaledATokenBalance negative?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the convenience of locating the data, I directly queried userReserves by id
I got a response like this
Why is scaledATokenBalance negative?
The text was updated successfully, but these errors were encountered: