v1
latestOpenAPI 3.0.02026-07-26356764.0 KBEntities
Get Entity Details By Id
Retrieve details for a specific entity using its unique ID. Returns name, logo, description, external links and related addresses.
get/entities/{entityId}
Path parameters
entityIdstring required
Example:1
Response
Returns the entity.
Example response
{
"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"
}