All URIs are relative to https://example.com/api/validator
| Method | HTTP request | Description |
|---|---|---|
| getValidatorUserInfo | GET /v0/validator-user |
GetValidatorUserInfoResponse getValidatorUserInfo()
Get public information about the validator operator.
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);This endpoint does not need any parameter.
GetValidatorUserInfoResponse
No authorization required
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | ok | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]