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
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.
The text was updated successfully, but these errors were encountered:
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.
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, butprogram blocked for getProgramAccounts, if you need this program please contact helius support
but
fetchDigitalAsset
it is work.The text was updated successfully, but these errors were encountered: