latestSwagger 2.02026-08-17423344.4 KB

3f676effe339

Protocol

get/v1/protocol/list

Query parameters

chain_idstring required

ChainID

Response

return protocol list

idstring

protocol id

chainstring

chain name

namestring
logo_urlstring
site_urlstring

Prioritize websites that can be interacted with, not official websites

has_supported_portfolioboolean

Is portfolio already supported

tvlinteger

User deposit value in this protocol

Example response

[
  {
    "id": "compound",
    "chain": "eth",
    "name": "Compound",
    "logo_url": "https://static.debank.com/image/project/logo_url/compound/b4b9c8de20952846a1c9dfcded47d0db.png",
    "site_url": "https://app.compound.finance",
    "has_supported_portfolio": true,
    "tvl": 10000
  }
]