Getting Started

Everything you need to go from zero to making your first API call with StakeAPI.

Overview

Getting started with StakeAPI is simple:

  1. Install the package via pip
  2. Create a Stake.com account (if you don’t have one)
  3. Extract your access token from the browser
  4. 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