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.

Last updated