Search
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.
Current page
Page size
Want to get dapp by order(asc, desc) by one or more params.
["name:asc","name:desc","rating:asc","rating:desc","installs:asc","installs:desc","visits:asc","visits:desc","listDate:asc","listDate:desc"]A 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.
DApp is listed or not
trueDApp's language
enDApp supported chainId's. Only dApps belonging to this chainID will be returned.
137dApp allowed countries
dApp blocked countries
Mentions if the app is for all ages or only mature audience
falseMinimum age
13The date dApp was listed on or after. Date should be in ISO format.
2021-11-13The date dApp was listed on or before. Date should be in ISO format.
2021-11-13successful operation
Invalid status value
GET /api/v1/dapp/search HTTP/1.1
Host: api-a.meroku.store
Accept: */*
{
"status": 200,
"message": [
"success"
],
"page": 1,
"limit": 20,
"pageCount": 20,
"data": []
}successful operation
GET /api/v1/dapp/search/{dappId} HTTP/1.1
Host: api-a.meroku.store
Accept: */*
successful operation
{
"status": 200,
"message": [
"success"
],
"data": []
}Last updated