StakeKit is accessible only after you've received an API key from us or signed up via our Customer Dashboard. If you're not already in touch with us, email [email protected] so we can issue you one.

Once you have an API key, you can authenticate your calls by including it in the request header X-API-KEY. Here's an example of how you pull the available yield opportunities the StakeKit API supports once you've received your API key:

curl https://api.stakek.it/v1/stake/opportunities
	-H "X-API-KEY: <YOUR API KEY>"