latestSwagger 2.02026-08-17423344.4 KB

3f676effe339

User

get/v1/user/nft_authorized_list

Query parameters

idstring required

User Address

chain_idstring required

ChainID

Response

return list of nft with risk exposure

totalstring

the amount of user nft tokens

Example response

[
  {
    "tokens": [
      {
        "id": "defc948fbe6d3b138b49bf981e276f0b",
        "contract_id": "0x495f947276749ce646f68ac8c248420045cb7b5e",
        "inner_id": "55575360221028374465659771733000318579577403829328624053715758637886677712897",
        "chain": "eth",
        "name": "A New Era has begun",
        "symbol": "UNI-V3-POS",
        "total_supply": 1000,
        "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,
        "amount": "1",
        "spenders": [
          {
            "id": "0x3bdf1977d87edad8e0617efcea958f6d43a4c30e",
            "protocol": {
              "id": "uniswap3",
              "name": "Uniswap V3",
              "logo_url": "https://static.debank.com/image/project/logo_url/uniswap3/87a541b3b83b041c8d12119e5a0d19f0.png",
              "chain": "eth"
            }
          }
        ]
      }
    ],
    "contracts": [
      {
        "chain": "eth",
        "contract_name": "OpenSea Shared Storefront",
        "contract_id": "0x495f947276749ce646f68ac8c248420045cb7b5e",
        "is_erc1155": true,
        "is_erc721": true,
        "amount": "1",
        "spenders": [
          {
            "id": "0x3bdf1977d87edad8e0617efcea958f6d43a4c30e",
            "protocol": {
              "id": "uniswap3",
              "name": "Uniswap V3",
              "logo_url": "https://static.debank.com/image/project/logo_url/uniswap3/87a541b3b83b041c8d12119e5a0d19f0.png",
              "chain": "eth"
            }
          }
        ]
      }
    ],
    "total": "12000"
  }
]