v1
latestOpenAPI 3.0.02026-07-26356764.0 KBEntities
Get Entities By Category
Fetch entities belonging to a specific category. Each entity returns name, logo, description, external links, total addresses and more.
get/entities/categories/{categoryId}
Path parameters
categoryIdstring required
Example:1
The category Id
Query parameters
limitinteger
The desired page size of the result.
Response
Returns the entities belonging to the category.
Example response
{
"result": [
{
"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"
}
]
}