delegations

post
/info

Request user staking delegations.

Body

Request user staking delegations.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
chevron-right
200

Array of user's delegations to validators.

application/json

Array of user's delegations to validators.

validatorstringRequired

Validator address.

Pattern: ^0x[a-fA-F0-9]{40}$
amountstringRequired

Amount of tokens delegated to the validator.

Pattern: ^[0-9]+(\.[0-9]+)?$
lockedUntilTimestampnumberRequired

Locked until timestamp (in ms since epoch).

post
/info
TypeScript

Last updated