latestSwagger 2.02026-08-17423344.4 KB

3f676effe339

User

Get user nft list on all supported chains

get/v1/user/all_nft_list

Query parameters

idstring required

Address

is_allboolean

If true, all tokens are returned

chain_idsstring[]

Chain ID List

Response

return list of nfts of all chains

idstring

id

contract_idstring

contract_id

inner_idstring

inner_id

chainstring

chain

namestring

name

descriptionstring

description

content_typestring

content_type

contentstring

content

detail_urlstring

detail_url

contract_namestring

contract_name

is_erc1155boolean

is_erc1155

is_erc721boolean

is_erc721

amountnumber

amount

usd_pricenumber

usd_price

collection_idstring

collection_id

Example response

[
  {
    "id": "defc948fbe6d3b138b49bf981e276f0b",
    "contract_id": "0x495f947276749ce646f68ac8c248420045cb7b5e",
    "inner_id": "55575360221028374465659771733000318579577403829328624053715758637886677712897",
    "chain": "eth",
    "name": "A New Era has begun",
    "description": "3 of 9\n\nOn February 8, 2021",
    "content_type": "image_url",
    "content": "https://lh3.googleusercontent.com/WQnK8JxSSPj5YIxegh9iaprMaMmv-JswrcnTp9Mi5PXKDWmigkOzTBBIAkhdXtLPe7EwIe6Q1gi2gdtLzV08d2y67rMVTHx0Ei0S",
    "detail_url": "https://opensea.io/assets/0x495f947276749ce646f68ac8c248420045cb7b5e/55575360221028374465659771733000318579577403829328624053715758637886677712897",
    "contract_name": "OpenSea Shared Storefront",
    "is_erc1155": true,
    "is_erc721": true,
    "amount": 1,
    "usd_price": 51.492552,
    "collection_id": "Ape Yacht Club",
    "attributes": [
      {
        "trait_type": "Artist"
      }
    ],
    "protocol": {
      "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
    },
    "pay_token": {
      "id": "0xdac17f958d2ee523a2206206994597c13d831ec7",
      "chain": "eth",
      "name": "Tether USD",
      "symbol": "USDT",
      "display_symbol": "USDT",
      "optimized_symbol": "USDT",
      "decimals": 6,
      "logo_url": "https://static.debank.com/image/token/logo_url/0xdac17f958d2ee523a2206206994597c13d831ec7/3c1a718331e468abe1fc2ebe319f6c77.png",
      "is_verified": true,
      "is_core": true,
      "price": 1.01,
      "time_at": 1511829681,
      "amount": 0.0178
    }
  }
]