cURL
curl --request GET \ --url https://api.rated.network/v0/polygon/validators/{validator_id} \ --header 'Authorization: Bearer <token>'
{ "commission": 0.1, "currentState": "healthy", "description": "Stake Capital is a validator for Polygon.", "name": "Stake Capital", "owner": "0x00000", "signer": "0x00000", "status": "active", "url": "https://stake.capital", "validatorId": 103 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
Successful Response
The response is of type object.
object