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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
As you will see this token has metadata on all explorers like solscan.
I have tried to fetch its metadata from metaplex just in case (no account is made for it on metaplex though)
And then tried all available methods from solana spl-token
getMint, getMetadataPointerState, getExtensionData etc
It appears there is no token metadata extention, and the metadata for the token itself isnt in the mint address itself
Absolutely nothing returns this particular tokens metadata. I have an app which has indexed almost every pair on raydium, and this token (and potentially a few others i have not yet found) just wont find the metadata.
This seems strange as all explorers are getting its metadata. Been really banging my head over this one