Skip to content

Improve /api/v1/pos/validator endpoint #356

@shurinov

Description

@shurinov

Right now there is no endpoint that returns information about a specific validator.

We have:
/api/v1/pos/validator: - summary: Get all validators, paginated

/api/v1/pos/validator/all: - summary: Get all validators, non paginated

I suggest adding a query for information about a specific validator. It could look like this:

/api/v1/pos/validator/{address}

or by adding query parameter address to existing endpoint /api/v1/pos/validator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions