v1

latestOpenAPI 3.0.02026-07-26356764.0 KB
Entities

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.

namestring

The name of the entity

idstring

The id of the entity

logostring

The logo of the entity

biostring

The bio of the entity

descriptionstring

The description of the entity

websitestring

The website of the entity

twitterstring

The twitter of the entity

typestring

The type of 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"
}