{
"isSuccess": true,
"isFailure": true,
"error": {
"code": "<string>",
"message": "<string>",
"info": [
"<string>"
]
},
"value": {
"items": [
{
"address": "<string>",
"percentageRelativeToTotalSupply": 123,
"usdValue": 123,
"balance": 123
}
],
"cursor": "<string>",
"page": 123,
"pageSize": 123
}
}