POST
/
v1
/
tags
/
{id}
/
validators
curl --request POST \
  --url https://api.rated.network/v1/tags/{id}/validators \
  --header 'Content-Type: application/json' \
  --data '{
  "pubkeys": [
    "0x00..",
    "0x01..."
  ]
}'
[
  {
    "createdAt": "2024-03-31T18:13:27.584133",
    "createdBy": "d03841a7-d830-47a2-9f96-3f2ddf7d9b43",
    "tagId": "96cbc789-5a03-4110-abeb-67f5d4f65323",
    "tagName": "us-west-1",
    "validatorPubkey": "0x800..."
  }
]

You can add upto 1,000 validators at a time with an upper bound of 15,000 validators per tag. If you’d like to add more than that per tag, please reach out to us at hello@rated.network!

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Path Parameters

id
string
required

Body

application/json
pubkeys
string[]
required

Response

201
application/json
Successful Response
validatorPubkey
string
required
tagId
string
required
tagName
string
required
createdBy
string
required
createdAt
string
required