interface SystemInfoResponse {
    apiGatewayVersion: string;
    auEthStakingApiVersion: string;
    usEthStakingApiVersion: string;
}

Properties

apiGatewayVersion: string

Version of the API Gateway service

Example

"1.0.0"
auEthStakingApiVersion: string

Version of the internal Ethereum staking API for AU region

Example

"1.0.0"
usEthStakingApiVersion: string

Version of the internal Ethereum staking API for US region

Example

"1.0.0"