Identifier of the tenant.
Identifier of the chain explorer configuration.
Chain explorer credential retrieved 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.
{
"id": 1,
"tenantChainExplorerId": 1,
"provider": "Etherscan",
"apiKey": "550e8400-e29b-41d4-a716-446655440000",
"source": "Tenant",
"issuerDefault": true
}