Fetch Apps
This guide will show you how to fetch App data in different ways.
Lens App data has a rich structure that includes the following information:
Addresses of the primitives contracts
App Metadata content
Time of creation
Owner of the App
To illustrate how to fetch apps, we will use the following fragments:
Get an App
- TypeScript
- GraphQL
- React
Use the fetchApp action to fetch a single App by address or by transaction hash.
List Apps
- TypeScript
- GraphQL
- React
Use the paginated fetchApps action to fetch a list of Apps based on the provided filters.
See the Pagination guide for more information on how to handle paginated results.
List App Users
- TypeScript
- GraphQL
- React
Use the paginated fetchAppUsers action to fetch a list of users using an App based on the provided filters.
See the Pagination guide for more information on how to handle paginated results.
List App Feeds
Coming soon
List App Groups
Coming soon
List App Signers
Coming soon