Secure API Key
All endpoints for Enterprise staking will require Secure API Key. This key will be used to assign validators to your organization, ensuring that rewards are accurately distributed.
Important
Secure API key cannot be shared with third parties. Especially, through Web Interfaces.
To use any of the APIs, you must include your Secure API key in the Authorization
header of every request:
curl -X GET "https://api.testnet.stake.fish/v1/eth/stake/v1/remaining-keys" \
-H "Authorization: YOUR_SECURE_API_KEY"
Remember to replace YOUR_SECURE_API_KEY
with your actual key to authenticate requests.
If example command returns 0 or an error, it means your organization doesn't have public keys allocated. Please contact your account manager.
Updated 1 day ago
Whatβs Next