Skip to content

nik-1x/pyxJetConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyxJetAPI

Authors

Usage/Examples

api = pyxJet(
    api_key="API_KEY",
    private_key="PRIVATE_KEY", 
    mainnet=xJetNet.TESTNET # or xJetNet.MAINNET
)
# Account methods
await api.me() # get API Application information.
await api.balance() # get balance
await api.submit_deposit() # check for deposit
await api.withdraw(ton_address, currency, amount) # check for deposit
# Cheques methods
await api.cheque_create(currency, amount, expires, description, activates_count, groups_id, personal_id, password) # create cheque
await api.cheque_status(cheque_id) # get cheque status
await api.cheque_list() # get cheques on account
await api.cheque_cancel(cheque_id) # delete cheque
# Invoice methods
await api.invoice_create(currency, amount, description, max_payments) # create invoice
await api.invoice_status(invoice_status) # get invoice status
await api.invoice_list() # get invoices on account

License

GNUv3

About

SDK for xJetSwap bot (t.me/xjetswapbot).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages