latestSwagger 2.02026-08-17423344.4 KB

3f676effe339

User

Get list of apps with user portfolio details on all supported app chains

get/v1/user/complex_app_list

Query parameters

idstring required

User Address

Response

return the list of apps with user's portfolio items

idstring

app id

namestring
logo_urlstring
site_urlstring

Prioritize websites that can be interacted with, not official websites

has_supported_portfolioboolean

Is portfolio already supported

Example response

[
  {
    "id": "hyperliquid",
    "name": "Hyperliquid",
    "logo_url": "https://static.debank.com/image/project/logo_url/arb_hyperliquid/98dcfcb24e1ec2ab0da74679e0bfa0bb.png",
    "site_url": "https://app.hyperliquid.xyz",
    "has_supported_portfolio": true,
    "portfolio_item_list": [
      {
        "update_at": 1617476353.1,
        "name": "Staked",
        "detail_types": [
          "Common"
        ]
      }
    ]
  }
]