Authentication
Get your authentication token
The Staking Platform API uses Bearer JSON Web Token (JWT). For secure access to services, Bearer JWTs for Mainnet, Hoodi, and Hoodi are independent, and a unique authentication token is assigned to each client for each network. Follow these steps to get your free authentication token:
1. Contact Us
Send an email to support@ebunker.io with your account details (such as company name) and request an authentication token.
2. Check Your Email
Our product team will manually generate an authentication token and send it to you via email.
When accessing the Staking Platform via API, pass the token in the Authorization header in the following format:
authorization: Bearer <token>