Name | Type | Description |
---|---|---|
name | string | Name for the tag |
id
that you get in the response above, call the following endpoint to associate validators with the tag
Name | Type | Description |
---|---|---|
pubkeys | array | list of keys you wish to associate to a tag |
POST
/v1/tags/{id}/validators
with the new keys you’d like to add. Similarly, to remove a pubkey from an existing tag, callDELETE
/v1/tags/{id}/validators/{pubkey}.
Name | Type | Value |
---|---|---|
granularity | enum | hour or day |
fromDate | date | the date from which you wish to retrieve the data |
toDate | date | the date upto which you wish to retrieve the data |
limit | integer | the number of rows returned per page |
offset | integer | offset allows you to omit a specified number of rows before the beginning of the result set |