Authenticate

To be able to use the API service, you need to authenticate via a bearer token you received from us which you need to send in the header of your fetch. This is an example how to do that:

curl -X 'GET' 'https://api.radixapi.net/v1/validator/stakers/validator_rdx1s0men1ceval1dat0r' -H 'accept: application/json' -H 'Authorization: Bearer xyz_N0tAVal1d_beAr3r'

Be aware that whoever uses your bearer token is consuming your credits!

We will improve your safety by providing a possibility to limit your token to domains and or IP ranges in the near future.

Update bearer token

It is possible to update your bearer token via the profile page. Please be aware that this has an immediate effect, i.e. the old bearer token is invalid as soon as you confirm the update.

Last updated