Your python code
from blocktrades.convert import __all__
from blocktrades.blocktrades import Session, Convert, Coin, User
for func in __all__:
print(func, end=", ")
session = Session(email="[email protected]", password="password")
convert = Convert(amount=2, input_type="ltc", output_type="steem")
coin = Coin(coin_type="ltc")
user = User(email="[email protected]")
print(" --- session ---")
print(session.create)
print(" --- coin ---")
print(coin.coin)
print(" --- convert ---")
print(convert.estimate_input_amount)
print(" --- user ---")
print(user.forgot_password)
Execute your python code
btc_to_bch, btc_to_bts, btc_to_dash, btc_to_doge, btc_to_eth, btc_to_ltc, btc_to_xmr, btc_to_omni, btc_to_steem, btc_to_sbd, btc_to_delegated_steem_power_90_days, bch_to_btc, bch_to_bts, bch_to_dash, bch_to_doge, bch_to_eth, bch_to_ltc, bch_to_xmr, bch_to_omni, bch_to_steem, bch_to_sbd, bch_to_delegated_steem_power_90_days, bts_to_btc, bts_to_bch, bts_to_dash, bts_to_doge, bts_to_eth, bts_to_ltc, bts_to_xmr, bts_to_omni, bts_to_steem, bts_to_sbd, bts_to_delegated_steem_power_90_days, dash_to_btc, dash_to_bch, dash_to_bts, dash_to_doge, dash_to_eth, dash_to_ltc, dash_to_xmr, dash_to_omni, dash_to_steem, dash_to_sbd, dash_to_delegated_steem_power_90_days, doge_to_btc, doge_to_bch, doge_to_bts, doge_to_dash, doge_to_eth, doge_to_ltc, doge_to_xmr, doge_to_omni, doge_to_steem, doge_to_sbd, doge_to_delegated_steem_power_90_days, eth_to_btc, eth_to_bch, eth_to_bts, eth_to_dash, eth_to_doge, eth_to_ltc, eth_to_xmr, eth_to_omni, eth_to_steem, eth_to_sbd, eth_to_delegated_steem_power_90_days, ltc_to_btc, ltc_to_bch, ltc_to_bts, ltc_to_dash, ltc_to_doge, ltc_to_eth, ltc_to_xmr, ltc_to_omni, ltc_to_steem, ltc_to_sbd, ltc_to_delegated_steem_power_90_days, xmr_to_btc, xmr_to_bch, xmr_to_bts, xmr_to_dash, xmr_to_doge, xmr_to_eth, xmr_to_ltc, xmr_to_omni, xmr_to_steem, xmr_to_sbd, xmr_to_delegated_steem_power_90_days, omni_to_btc, omni_to_bch, omni_to_bts, omni_to_dash, omni_to_doge, omni_to_eth, omni_to_ltc, omni_to_xmr, omni_to_steem, omni_to_sbd, omni_to_delegated_steem_power_90_days, steem_to_btc, steem_to_bch, steem_to_bts, steem_to_dash, steem_to_doge, steem_to_eth, steem_to_ltc, steem_to_xmr, steem_to_omni, steem_to_sbd, steem_to_delegated_steem_power_90_days, sbd_to_btc, sbd_to_bch, sbd_to_bts, sbd_to_dash, sbd_to_doge, sbd_to_eth, sbd_to_ltc, sbd_to_xmr, sbd_to_omni, sbd_to_steem, sbd_to_delegated_steem_power_90_days, delegated_steem_power_90_days_to_btc, delegated_steem_power_90_days_to_bch, delegated_steem_power_90_days_to_bts, delegated_steem_power_90_days_to_dash, delegated_steem_power_90_days_to_doge, delegated_steem_power_90_days_to_eth, delegated_steem_power_90_days_to_ltc, delegated_steem_power_90_days_to_xmr, delegated_steem_power_90_days_to_omni, delegated_steem_power_90_days_to_steem, delegated_steem_power_90_days_to_sbd, --- session ---
{'error': {'code': 400, 'message': 'unspecified: authentication error: invalid username or password', 'details': {'code': 0}}}
--- coin ---
{'coinType': 'ltc', 'walletName': 'Litecoin', 'name': 'Litecoin', 'symbol': 'LTC', 'walletSymbol': 'LTC', 'walletType': 'litecoin', 'transactionFee': '0.003', 'precision': '100000000.', 'backingCoinType': None, 'supportsOutputMemos': False, 'restricted': False, 'authorized': None, 'notAuthorizedReasons': None}
--- convert ---
{'inputAmount': '0.02945764', 'inputCoinType': 'ltc', 'outputAmount': '2', 'outputCoinType': 'steem'}
--- user ---
<Response [200]>
If you found this comment useful, please consider upvoting it to help keep this execute python bot running.
Made by @hakancelik