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 trying to retrieve a list of dApps using the WalletConnect Explorer API, but I'm encountering an issue. When I make the following call:
https://explorer-api.walletconnect.com/v3/dapps?projectId=your_project_id
I consistently receive an empty response: {"listings":{},"count":0,"total":0}. Based on the documentation, I expected this request to return a populated list of dApps.
Is there an issue with this API endpoint, or am I missing any required configurations or permissions for my project ID? Any guidance on resolving this would be greatly appreciated.
Link to minimal reproducible example
https://explorer-api.walletconnect.com/v3/dapps?projectId=your_project_id
Summary
I'm trying to retrieve a list of dApps using the WalletConnect Explorer API, but I'm encountering an issue. When I make the following call:
https://explorer-api.walletconnect.com/v3/dapps?projectId=your_project_id
I consistently receive an empty response: {"listings":{},"count":0,"total":0}. Based on the documentation, I expected this request to return a populated list of dApps.
Is there an issue with this API endpoint, or am I missing any required configurations or permissions for my project ID? Any guidance on resolving this would be greatly appreciated.
The documentation: https://docs.reown.com/cloud/explorer
Thank you!
List of related npm package versions
It's API question
The text was updated successfully, but these errors were encountered: