reown-com / appkit

The full stack toolkit to build onchain app UX
https://reown.com/appkit
Apache License 2.0
4.94k stars 1.41k forks source link

[bug] empty explorer api dapps list #3235

Open r-oman-G opened 1 week ago

r-oman-G commented 1 week ago

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