Stake API
Project description
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()}")
Legal
This is not official on Twitter. Use at your own risk.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stake-api-0.0.2.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file stake-api-0.0.2.tar.gz
.
File metadata
- Download URL: stake-api-0.0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a39800e3a524737445addc8b4a66e6f28ef58b8244a52d48c70584db7900764e |
|
MD5 | 199bc77220b4a4e686ede58b20655b20 |
|
BLAKE2b-256 | 76493f3bda8c6000d32d65fcb3fdb96c0a1fa01779193751944695dcad86ff7d |
File details
Details for the file stake_api-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: stake_api-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b369cacdd93f9a0ba7c40ac3ef7dfda3fe226c7434dec7096cb3fa2df44e793 |
|
MD5 | 0e20dc972b9eb8cfc94abcc6361d5290 |
|
BLAKE2b-256 | 92041f504429374019be3824720411f20b7983669d930fe3cc59e6cab6904293 |