Socket
Socket
Sign inDemoInstall

stake-api

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stake-api

Stake API


Maintainers
1

Readme

Stake-API

A simple module for automating Stake Casino, this module avoids detection.

Overview

This is an informal module using the official API that allows you to transfer, withdraw, and get balance tips on Stake. By using this module, you can perform various operations in conjunction with Discord Bots, etc.

In the future, there will be methods to play original games such as Dice.

Features

  • You can:
    • Check your own KYC status.
    • Send tip to designated users.
    • Check your balance.
    • Check the information registered in your account.
    • View a list of sessions and delete them.
    • See the list of API keys that have been issued.
    • Withdraw your tip to the address.
    • Get crypto currency and real money rates.

Install

pip install -U stake-api

Usage

from stake_api import Stake

stake = Stake('Your API Key.')

response = stake.user_balances()
for currency in response['data']['user']['balances']:
    print(f"{currency['available']['amount']} {currency['available']['currency'].upper()}")

This is not official on Twitter. Use at your own risk.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc