cURL
curl --request GET \ --url https://deep-index.moralis.io/api/v2.2/entities/categories \ --header 'X-API-Key: <api-key>'
{ "result": [ { "name": "Uniswap", "id": "uniswap", "total_entities": 100 } ], "page": "1", "page_size": "100" }
List available categories for blockchain entities.
The desired page size of the result.
x >= 0
Returns the entity categories.
Show child attributes
The current page of the result
"1"
The number of results per page
"100"