Balance not fetching correctly #26
Replies: 2 comments 1 reply
-
|
I suspect that something is wrong with authentication, because the signer (your What I can suggest you, is to make sure that the |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Yes we were able to resolve the issue, the issue apparently was that the
fetch function wasn't working on the server side, the problem stopped when
we fetched the balance along with transfer also we had to change the
address of the wallet because it was giving null balance for the account
where no funds were available, so in short the fetch balance function
itself doesn't work but it works when we fetch during transfers.
…On Thu, Sep 25, 2025, 13:41 Sazonov Nikita ***@***.***> wrote:
@Arpit-R-Doshi <https://github.com/Arpit-R-Doshi> , just checking in.
Were you able to resolve your issue?
—
Reply to this email directly, view it on GitHub
<#26 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMBULZBXJVWAYOVMPTWLMSL3UOPRPAVCNFSM6AAAAACHNHVW6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJQG43DONY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the getBalance.ts file which we are using to check the balance of our wallet.
Complete Code:
// src/getBalance.ts
Now the issue is when i run curl command to get funds from the sandbox, it shows as funds are sent, but when I check balance I cannot see the funds in my wallet.
I have attached the screenshot below:
Beta Was this translation helpful? Give feedback.
All reactions