Optional configuration: ConfigurationProtected axiosProtected baseProtected configurationAuto-Complete search
DAppRegistryApi
Optional storeKey: stringThe name of store for which whitelisted dapps have to fetch
Optional options: AxiosRequestConfigOverride http request option.
Get All category with subcategories.
DAppRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Search DApp By owner Address
DAppRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Search DApp By Dapp Id
DAppRegistryApi
Optional storeKey: stringThe name of store for which whitelisted dapps have to fetch
Optional options: AxiosRequestConfigOverride http request option.
Uploading dapp screenshots | logo | banner | dApp file to the servers
Upload dApp files
DAppRegistryApi
Optional options: AxiosRequestConfigOverride http request option.
Build Download URL
DAppRegistryApi
Dapp Id where upload will happen
Optional options: AxiosRequestConfigOverride http request option.
Get all dApps or search by a keyword. Optionally, filter on specific attributes of the dApp. This API call will get all the dApps or perform a text search.
Search Dapps
DAppRegistryApi
Optional page: numberCurrent page
Optional limit: numberPage size
Optional orderBy: stringWant to get dapp by order(asc, desc) by one or more params.
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 subCategories: string[]The sub-categories in which dApps belong. Multiple sub-categories are joined using OR operator. To get a list of sub categories for a category, use the `/dapp/categories` API.
Optional isListed: booleanDApp is listed or not
Optional isMinted: booleanDApp is listed or not
Optional language: stringDApp's language
Optional chainId: numberDApp supported chainId's. Only dApps belonging to this chainID will be returned.
Optional allowedInCountries: string[]dApp allowed countries
Optional blockedInCountries: string[]dApp blocked countries
Optional availableOnPlatform: string[]DApp is listed or not
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 storeKey: stringThe name of store for which whitelisted dapps have to fetch
Optional options: AxiosRequestConfigOverride http request option.
Generated using TypeDoc
DAppRegistryApi - object-oriented interface
Export