Skip to main content
GET
Get Operator
his endpoint returns profile information on specific operators. It’s still relatively nascent, but expect this to be enriched with all kinds of useful information in the coming quarters. Here’s how to interpret the inputs required to operate it 👇
The pool and node operator inputs are case sensitive. For example:❌ coinbase✅ Coinbase

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

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

Path Parameters

operator_id
string
required

Query Parameters

idType
enum<string> | null
Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet

Response

Successful Response

id
string
required
idType
enum<string>
required
Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet
displayName
string
required
operatorTags
OperatorTag · object[]
required
nodeOperatorCount
integer | null
required
Required range: x >= 0