Get Entity Details By Id
Entity API
Get Entity
Retrieve details for a specific entity using its unique ID. Returns name, logo, description, external links and related addresses.
GET
Get Entity Details By Id
Authorizations
Path Parameters
Example:
"1"
Response
200 - application/json
Returns the entity.
The name of the entity
Example:
"Uniswap"
The id of the entity
Example:
"uniswap"
The logo of the entity
Example:
"https://uniswap.io/favicon.ico"
The bio of the entity
Example:
"Uniswap is a decentralized finance protocol that is used to exchange cryptocurrencies."
The description of the entity
Example:
"Uniswap is a decentralized finance protocol that is used to exchange cryptocurrencies."
The website of the entity
Example:
"https://uniswap.io"
The twitter of the entity
Example:
"https://twitter.com/uniswap"
The type of the entity
Example:
"exchange"

