latestSwagger 2.02026-08-17423344.4 KB
3f676effe339
User
Get user nft list
get/v1/user/nft_list
Query parameters
idstring required
Address
chain_idstring required
ChainID
is_allboolean
If true, all tokens are returned
Response
return list of nfts of a chain
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
}
}
]