delegations
post
/info
Body
Request user staking delegations.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$Responses
200
Array of user's delegations to validators.
application/json
Array of user's delegations to validators.
validatorstringRequiredPattern:
Validator address.
^0x[a-fA-F0-9]{40}$amountstringRequiredPattern:
Amount of tokens delegated to the validator.
^[0-9]+(\.[0-9]+)?$lockedUntilTimestampnumberRequired
Locked until timestamp (in ms since epoch).
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoLast updated