Retrieve the specific operator

Retrieve the operator settings and a balance of the operator account.

Request
Security:
path Parameters
operator-id
required
string

Operator account address

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200
get/v1/operator/{operator-id}
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://anchor-api.klaytnapi.com/v1/operator/{operator-id}' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "createdAt": 1614841807,
  • "operator": "0xB7Bb4f516B34B70A37A983F7162372989ed55F9c",
  • "setting": {
    }
}