---
title: "GET /v1/user/simple_protocol_list"
method: GET
path: "/v1/user/simple_protocol_list"
tags: ["User"]
---

# GET /v1/user/simple_protocol_list

`GET /v1/user/simple_protocol_list`

Stats the user's protocol assets on a chain

## Query parameters

- `id` string, required
- `chain_id` string, required

## Response `200`

return list of protocols with user assets

- UserSimpleProtocol[]
  - `id` string — protocol id
  - `chain` string — chain name
  - `name` string
  - `logo_url` string
  - `site_url` string — Prioritize websites that can be interacted with, not official websites
  - `has_supported_portfolio` boolean — Is portfolio already supported
  - `tvl` integer — User deposit value in this protocol
  - `asset_usd_value` number — Asset USD value
  - `debt_usd_value` number — Debt USD value
  - `net_usd_value` number — Net asset USD value

---

[API](https://skmtc.net/debank/apis/debank-openapi.md) · [All operations](https://skmtc.net/debank/apis/debank-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debank/debank-openapi/revisions/3f676effe339/schema)
