Accounts Delegates
GET {{baseUrl}}/api/accounts/delegates?address=<get>&orderBy=<>&limit=<>&offset=<>
Get the delegates of an account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
address | string | A valid RIPA Address. | |
orderBy | string | A string that specifies the column by which to sort the records. | |
limit | string | An unsigned integer that specifies the maximum number of records. | |
offset | string | An unsigned integer that specified the number of records to skip. |