Getting Started
Build and Growth API users can create private sets. Build tier comes with max 4 sets while Growth comes with 20.Step 1: Creating a Tag and associating validators to it
To call a set’s effectiveness, you must first create a tag which acts as a unique identifier for the set.POST
Body parameters (Required)
Response
id that you get in the response above, call the following endpoint to associate validators with the tag
POST
Body parameters (Required)
Response
To add more validators to a tag, call
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}.Step 2: Calling the performance and rewards endpoints for your set
Using the tag’s ID, call the sets endpoints to retrieve performance and rewards metrics. These endpoints operate similar to the /operators/ endpoints with similar granularities and refresh windows.GET
GET
GET
GET
GET
Query parameters
Response