Getting Started
Everything you need to go from zero to making your first API call with StakeAPI.
Overview
Getting started with StakeAPI is simple:
- Install the package via pip
- Create a Stake.com account (if you don’t have one)
- Extract your access token from the browser
- Write your first Python script
Each step is covered in detail in the pages below. Most developers are up and running in under 5 minutes.
Prerequisites
- Python 3.8 or higher
- A Stake.com account
- Basic knowledge of Python and async/await