Retrieves comprehensive asset holdings and balance information for a tenant across all blockchain networks.
TenantAssetsReportResponse containing:
The unique identifier of the tenant.
The tenant's unique identifier.
1024
Assets report generated successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"assets": [
{
"asset": "USD Coin",
"ticker": "USDC",
"network": "Ethereum Mainnet",
"blockchainId": 1,
"networkIcon": "https://...",
"contractAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"walletsCount": 15,
"holdings": 250000.5,
"maxTotalSupply": 1000000000,
"value": 250000.5,
"holdersCount": 42,
"totalTransfers": 1234,
"price": 1,
"onchainMarketCap": 28500000000,
"circulatingSupply": 28500000000
}
]
}