{
"isSuccess": true,
"isFailure": true,
"error": {
"code": "<string>",
"message": "<string>",
"info": [
"<string>"
]
},
"value": {
"assets": [
{
"asset": "<string>",
"network": "<string>",
"blockchainId": 123,
"networkIcon": "<string>",
"ticker": "<string>",
"contractAddress": "<string>",
"walletsCount": 123,
"holdings": 123,
"maxTotalSupply": 123,
"value": 123,
"holdersCount": 123,
"totalTransfers": 123,
"price": 123,
"onchainMarketCap": 123,
"circulatingSupply": 123
}
]
}
}