Gets the tenant identifier associated with the wallet lookup. 1024
Identifier of the tenant whose wallet data is being requested.
Gets the blockchain address whose token information is requested. 0x1234567890abcdef1234567890abcdef12345678
Gets or sets the blockchain identifier constraining the wallet query. 137
Returns the requested wallet token information when the operation succeeds.
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.
{
"blockchainCode": 69,
"address": "0x1234567890abcdef1234567890abcdef12345678",
"blockchainName": "Polygon",
"blockchainIcon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA",
"balance": 12.345,
"balanceBlockchainName": "Polygon",
"balanceCoinName": "MATIC",
"usdBalance": 10452.32,
"usdCoinPrice": 0.84,
"tokenHoldings": [{ "tokenName": "USDC", "amount": 1200.5 }]
}