Retrieves the gas station default settings for a tenant’s blockchain.
UpdateGasStationDefaultsRequest containing the current gas station default settings.
The unique identifier of the tenant.
The unique identifier of the blockchain.
Gas station defaults 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.
{
"blockchainId": 42,
"minimumGasBalance": 0.25,
"maxGasBalance": 10,
"refillAmount": 2.5,
"maxRefillAmount": 5
}