POST /api/query/nft_list HTTP/1.1
Host: /
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 82
{
"asset_list": [
{
"asset_id": 1,
"chain": "text",
"contract": "text",
"token_id": "text"
}
]
}{
"code": "OK",
"data": null,
"list": [
{
"asset": {
"asset_id": 1,
"chain": "text",
"contract": "text",
"contract_standard": "text",
"icon": "text",
"name": "text",
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"symbol": "text"
},
"estimate_value_usd": "text",
"frozen_balance": "text",
"total_balance": "text",
"update_time": 1,
"usable_balance": "text"
}
],
"msg": "text",
"page": 1,
"size": 1,
"total": 1
}