Skip to content
New issue

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

program blocked for getProgramAccounts #147

Open
cxp-13 opened this issue Oct 20, 2024 · 2 comments
Open

program blocked for getProgramAccounts #147

cxp-13 opened this issue Oct 20, 2024 · 2 comments

Comments

@cxp-13
Copy link

cxp-13 commented Oct 20, 2024

using https://devnet.helius-rpc.com/?api-key=xxxxx as RPC provider.
https://developers.metaplex.com/token-metadata/fetch#fetch-all-by-creator
I want to call the fetchAllDigitalAssetByCreator function of metaplex, but program blocked for getProgramAccounts, if you need this program please contact helius support
but fetchDigitalAsset it is work.

@npomfret
Copy link

npomfret commented Dec 2, 2024

Same question. Looks like a number of providers had dropped this method without providing an alternative.

Have you tried quiknode? I think they still have support

@MarkSackerberg
Copy link
Contributor

Yes, most rpc providers do not allow GPA calls on Token Metadata. Extrnode does allow it currently I think.

A different solution, which would have a way quicker response time than a GPA would be to use DAS API, which is supported by most of the rpc providers. You would want to look into the getAssetsByGroup function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants