CryptoBot Python
User Guide
Installation
Usage
Real-World Examples
Production Guides
Advanced Topics
Webhook Security Guide
Troubleshooting Guide
API Reference
cryptobot
Development
Contributing
Documentation Translation Guide
Credits
History
Migrating from 0.5.x to 1.0.0
CryptoBot Python
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (cryptobot.client.AsyncCryptoBotClient method)
(cryptobot.errors.CryptoBotError method)
(cryptobot.models.App method)
(cryptobot.models.AppStats method)
(cryptobot.models.Balance method)
(cryptobot.models.Check method)
(cryptobot.models.Currency method)
(cryptobot.models.ExchangeRate method)
(cryptobot.models.Invoice method)
(cryptobot.models.Transfer method)
A
accepted_assets (cryptobot.models.Invoice attribute)
activated (cryptobot.models.CheckStatus attribute)
activated_at (cryptobot.models.Check attribute)
active (cryptobot.models.CheckStatus attribute)
(cryptobot.models.Status attribute)
allow_anonymous (cryptobot.models.Invoice attribute)
allow_comments (cryptobot.models.Invoice attribute)
amount (cryptobot.models.Check attribute)
(cryptobot.models.Invoice attribute)
(cryptobot.models.Transfer attribute)
App (class in cryptobot.models)
app_id (cryptobot.models.App attribute)
AppStats (class in cryptobot.models)
Asset (class in cryptobot.models)
asset (cryptobot.models.Check attribute)
(cryptobot.models.Invoice attribute)
(cryptobot.models.Transfer attribute)
AsyncCryptoBotClient (class in cryptobot.client)
available (cryptobot.models.Balance attribute)
B
Balance (class in cryptobot.models)
BNB (cryptobot.models.Asset attribute)
bot_check_url (cryptobot.models.Check attribute)
bot_invoice_url (cryptobot.models.Invoice attribute)
BTC (cryptobot.models.Asset attribute)
ButtonName (class in cryptobot.models)
C
callback (cryptobot.models.ButtonName attribute)
Check (class in cryptobot.models)
check_id (cryptobot.models.Check attribute)
CheckStatus (class in cryptobot.models)
close() (cryptobot.client.AsyncCryptoBotClient method)
code (cryptobot.errors.CryptoBotError attribute)
(cryptobot.models.Currency attribute)
comment (cryptobot.models.Invoice attribute)
(cryptobot.models.Transfer attribute)
completed (cryptobot.models.TransferStatus attribute)
completed_at (cryptobot.models.Transfer attribute)
conversion (cryptobot.models.AppStats attribute)
create_check() (cryptobot.client.AsyncCryptoBotClient method)
create_invoice() (cryptobot.client.AsyncCryptoBotClient method)
created_at (cryptobot.models.Check attribute)
(cryptobot.models.Invoice attribute)
created_invoice_count (cryptobot.models.AppStats attribute)
cryptobot
module
cryptobot.client
module
cryptobot.errors
module
cryptobot.models
module
CryptoBotError
Currency (class in cryptobot.models)
currency_code (cryptobot.models.Balance attribute)
currency_type (cryptobot.models.Invoice attribute)
D
decimals (cryptobot.models.Currency attribute)
delete_check() (cryptobot.client.AsyncCryptoBotClient method)
delete_invoice() (cryptobot.client.AsyncCryptoBotClient method)
description (cryptobot.models.Invoice attribute)
E
end_at (cryptobot.models.AppStats attribute)
ETH (cryptobot.models.Asset attribute)
ExchangeRate (class in cryptobot.models)
expiration_date (cryptobot.models.Invoice attribute)
expired (cryptobot.models.Status attribute)
F
fee (cryptobot.models.Invoice attribute)
fee_amount (cryptobot.models.Invoice attribute)
fee_asset (cryptobot.models.Invoice attribute)
fee_in_usd (cryptobot.models.Invoice attribute)
fiat (cryptobot.models.Invoice attribute)
from_json() (cryptobot.errors.CryptoBotError class method)
G
get_balances() (cryptobot.client.AsyncCryptoBotClient method)
get_checks() (cryptobot.client.AsyncCryptoBotClient method)
get_currencies() (cryptobot.client.AsyncCryptoBotClient method)
get_exchange_rates() (cryptobot.client.AsyncCryptoBotClient method)
get_invoices() (cryptobot.client.AsyncCryptoBotClient method)
get_me() (cryptobot.client.AsyncCryptoBotClient method)
get_stats() (cryptobot.client.AsyncCryptoBotClient method)
get_transfers() (cryptobot.client.AsyncCryptoBotClient method)
H
hash (cryptobot.models.Check attribute)
(cryptobot.models.Invoice attribute)
hidden_message (cryptobot.models.Invoice attribute)
I
Invoice (class in cryptobot.models)
invoice_id (cryptobot.models.Invoice attribute)
is_blockchain (cryptobot.models.Currency attribute)
is_crypto (cryptobot.models.ExchangeRate attribute)
is_fiat (cryptobot.models.Currency attribute)
(cryptobot.models.ExchangeRate attribute)
is_stablecoin (cryptobot.models.Currency attribute)
is_swapped (cryptobot.models.Invoice attribute)
is_valid (cryptobot.models.ExchangeRate attribute)
iter_check_pages() (cryptobot.client.AsyncCryptoBotClient method)
iter_checks() (cryptobot.client.AsyncCryptoBotClient method)
iter_invoice_pages() (cryptobot.client.AsyncCryptoBotClient method)
iter_invoices() (cryptobot.client.AsyncCryptoBotClient method)
iter_transfer_pages() (cryptobot.client.AsyncCryptoBotClient method)
iter_transfers() (cryptobot.client.AsyncCryptoBotClient method)
L
LTC (cryptobot.models.Asset attribute)
M
mini_app_invoice_url (cryptobot.models.Invoice attribute)
module
cryptobot
cryptobot.client
cryptobot.errors
cryptobot.models
N
name (cryptobot.errors.CryptoBotError attribute)
(cryptobot.models.App attribute)
(cryptobot.models.Currency attribute)
O
onhold (cryptobot.models.Balance attribute)
openBot (cryptobot.models.ButtonName attribute)
openChannel (cryptobot.models.ButtonName attribute)
P
paid (cryptobot.models.Status attribute)
paid_amount (cryptobot.models.Invoice attribute)
paid_anonymously (cryptobot.models.Invoice attribute)
paid_asset (cryptobot.models.Invoice attribute)
paid_at (cryptobot.models.Invoice attribute)
paid_btn_name (cryptobot.models.Invoice attribute)
paid_btn_url (cryptobot.models.Invoice attribute)
paid_fiat_rate (cryptobot.models.Invoice attribute)
paid_invoice_count (cryptobot.models.AppStats attribute)
paid_usd_rate (cryptobot.models.Invoice attribute)
pay_url (cryptobot.models.Invoice attribute)
payload (cryptobot.models.Invoice attribute)
payment_processing_bot_username (cryptobot.models.App attribute)
R
rate (cryptobot.models.ExchangeRate attribute)
S
source (cryptobot.models.ExchangeRate attribute)
spend_id (cryptobot.models.Transfer attribute)
start_at (cryptobot.models.AppStats attribute)
Status (class in cryptobot.models)
status (cryptobot.models.Check attribute)
(cryptobot.models.Invoice attribute)
(cryptobot.models.Transfer attribute)
swap_to (cryptobot.models.Invoice attribute)
swapped_output (cryptobot.models.Invoice attribute)
swapped_rate (cryptobot.models.Invoice attribute)
swapped_to (cryptobot.models.Invoice attribute)
swapped_uid (cryptobot.models.Invoice attribute)
swapped_usd_amount (cryptobot.models.Invoice attribute)
swapped_usd_rate (cryptobot.models.Invoice attribute)
T
target (cryptobot.models.ExchangeRate attribute)
TON (cryptobot.models.Asset attribute)
Transfer (class in cryptobot.models)
transfer() (cryptobot.client.AsyncCryptoBotClient method)
transfer_id (cryptobot.models.Transfer attribute)
TransferStatus (class in cryptobot.models)
TRX (cryptobot.models.Asset attribute)
U
unique_users_count (cryptobot.models.AppStats attribute)
url (cryptobot.models.Currency attribute)
usd_rate (cryptobot.models.Invoice attribute)
USDC (cryptobot.models.Asset attribute)
USDT (cryptobot.models.Asset attribute)
user_id (cryptobot.models.Transfer attribute)
V
viewItem (cryptobot.models.ButtonName attribute)
volume (cryptobot.models.AppStats attribute)
W
web_app_invoice_url (cryptobot.models.Invoice attribute)