cURL
curl --request GET \ --url https://deep-index.moralis.io/api/v2.2/entities/search \ --header 'X-API-Key: <api-key>'
{ "result": { "entities": [ { "name": "Uniswap", "id": "uniswap", "logo": "https://uniswap.io/favicon.ico", "bio": "Uniswap is a decentralized finance protocol that is used to exchange cryptocurrencies.", "description": "Uniswap is a decentralized finance protocol that is used to exchange cryptocurrencies.", "website": "https://uniswap.io", "twitter": "https://twitter.com/uniswap", "type": "exchange" } ], "addresses": [ { "address": "0x1f98431c8ad98523631ae4a59f267346ea31f984", "chain": "ethereum", "is_multi_chain": false, "primary_label": "Uniswap", "entity": { "name": "Uniswap", "id": "uniswap" } } ], "categories": [ { "name": "Uniswap", "id": "uniswap" } ] }, "page": "1", "page_size": "100" }
The search query
"Doge"
The desired page size of the result.
x >= 0
Returns the search results.
Show child attributes
The current page of the result
"1"
The number of results per page
"100"