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'm having some trouble with the /account/{pubkey}/tokens endpoint. For some reason, this endpoint will occasionally return an empty list even when I know the account is holding tokens.
A big part of the issue is that it's sporadic. If you call the endpoint again immediately after, the API returns the correct tokens as expected. This is annoying as it makes the bug difficult to reproduce.