query WrappedAssets($filter: WrappedAssetFilter, $pagination:Pagination, $sort:Sort)
{
wrappedAssets(filter:$filter,pagination:$pagination,sort:$sort) {
totalCount
wrappedAssets {
chainId
tokenAddress
holder
symbol
balance
mintTime
lastUpdated
decimals
name
usdValue
}
}
}
{
"filter":{ "holder":"0x1c565082bc869cbdcd0644eba6e556b448342f93"
},
"pagination":{
"limit":10,
"offset":0
},
"sort":{
"field":"lastUpdated",
"direction":"DESC"
}
}
{
"data": {
"wrappedAssets": {
"totalCount": 2,
"wrappedAssets": [
{
"chainId": 56,
"tokenAddress": "0x1346b618dc92810ec74163e4c27004c921d446a5",
"holder": "0x1c565082bc869cbdcd0644eba6e556b448342f93",
"symbol": "SolvBTC.BBN",
"balance": "70000000000000",
"mintTime": 1726043603,
"lastUpdated": 1728443816,
"decimals": 18,
"name": "SolvBTC Babylon",
"usdValue": "4.3464633526591557"
},
{
"chainId": 1,
"tokenAddress": "0x7a56e1c57c7475ccf742a1832b028f0456652f97",
"holder": "0x1c565082bc869cbdcd0644eba6e556b448342f93",
"symbol": "SolvBTC",
"balance": "30000000000000",
"mintTime": 1724934971,
"lastUpdated": 1728308015,
"decimals": 18,
"name": "Solv BTC",
"usdValue": "1.8611302367842758"
}
]
}
}
}