Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.29 KB

File metadata and controls

56 lines (31 loc) · 1.29 KB

.ValidatorPublicApi

All URIs are relative to https://example.com/api/validator

Method HTTP request Description
getValidatorUserInfo GET /v0/validator-user

getValidatorUserInfo

GetValidatorUserInfoResponse getValidatorUserInfo()

Get public information about the validator operator.

Example

import { createConfiguration, ValidatorPublicApi } from '';

const configuration = createConfiguration();
const apiInstance = new ValidatorPublicApi(configuration);

const request = {};

const data = await apiInstance.getValidatorUserInfo(request);
console.log('API called successfully. Returned data:', data);

Parameters

This endpoint does not need any parameter.

Return type

GetValidatorUserInfoResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status code Description Response headers
200 ok -

[Back to top] [Back to API list] [Back to Model list] [Back to README]