Optional configuration: ConfigurationProtected axiosProtected baseProtected configurationAuto-Complete search
StoreRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Get all stores or search by a keyword. Optionally, filter on specific attributes of the store. This API call will get all the store or perform a text search.
Search Store
StoreRegistryApi
Optional page: numberCurrent page
Optional limit: numberPage size
Optional search: stringA string to be used for search. The search happens on the `name` and `tags` fields of the dApp. If this is not present, all dApps are returned.
Optional categories: string[]The categories in which dApps belong. Multiple categories are joined using OR operator.
Optional isListed: booleanDApp is listed or not
Optional isMinted: booleanDApp is listed or not
Optional language: stringDApp's language
Optional allowedInCountries: string[]dApp allowed countries
Optional blockedInCountries: string[]dApp blocked countries
Optional isForMatureAudience: booleanMentions if the app is for all ages or only mature audience
Optional minAge: numberMinimum age
Optional listedOnOrAfter: stringThe date dApp was listed on or after. Date should be in ISO format.
Optional listedOnOrBefore: stringThe date dApp was listed on or before. Date should be in ISO format.
Optional options: AxiosRequestConfigOverride http request option.
Search store By owner Address
StoreRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Search store By store Id
StoreRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Generated using TypeDoc
StoreRegistryApi - object-oriented interface
Export