latestSwagger 2.02026-08-17423344.4 KB
3f676effe339
User
Get list of protocols with user portfolio details on a chain
get/v1/user/complex_protocol_list
Query parameters
idstring required
User Address
chain_idstring required
ChainID
Response
return the list of protocol with user's portfolio items
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
}
]