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

# GET /v1/user/all_nft_list

`GET /v1/user/all_nft_list`

Get user nft list on all supported chains

## Query parameters

- `id` string, required
- `is_all` boolean
- `chain_ids` string[]

## Response `200`

return list of nfts of all chains

- UserNft[]
  - `id` string — id
  - `contract_id` string — contract_id
  - `inner_id` string — inner_id
  - `chain` string — chain
  - `name` string — name
  - `description` string — description
  - `content_type` string — content_type
  - `content` string — content
  - `detail_url` string — detail_url
  - `contract_name` string — contract_name
  - `is_erc1155` boolean — is_erc1155
  - `is_erc721` boolean — is_erc721
  - `amount` number — amount
  - `usd_price` number — usd_price
  - `collection_id` string — collection_id
  - `attributes` Attributes[]
    - `trait_type` string — trait_type
    - `value` object
  - `protocol` Protocol
    - `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
  - `pay_token` NewToken2
    - `id` string — Ethereum Address or native token id
    - `chain` string — Chain Name
    - `name` string
    - `symbol` string
    - `display_symbol` string
    - `optimized_symbol` string
    - `decimals` integer
    - `logo_url` string
    - `is_verified` boolean
    - `is_core` boolean
    - `price` number — USD price.Price of 0 means no data
    - `time_at` integer — The timestamp when the current token was deployed on the blockchain.
    - `amount` number — amount

---

[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)
