Requests votes data for an account
GET {{baseUrl}}/votes?username=<x-swagger-pipe>&address=<x-swagger-pipe>&publicKey=<x-swagger-pipe>&secondPublicKey=<x-swagger-pipe>&offset=<>&limit=<x-swagger-pipe>&sort=<>
Attention: At least *one of the filter parameters must be provided.*** Returns all votes placed by an account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | Delegate username to query | |
address | string | Address of an account | |
publicKey | string | Public key to query | |
secondPublicKey | string | Second public key to query | |
offset | string | Offset value for results | |
limit | string | Limit applied to results | |
sort | string | Fields to sort results by |