RE: New Project | Python Library for Blocktrades .us API

You are viewing a single comment's thread from:

New Project | Python Library for Blocktrades .us API

in coogger •  6 years ago  (edited)

Your python code

from blocktrades.convert import *

ltc = steem_to_ltc(20)
btc = steem_to_btc(20)

print(f"ltc >> {ltc} \n btc >> {btc}")

### doc
print(steem_to_eth.__doc__)

Execute your python code

ltc >> 0.31066751 
btc >> 0.00233392

    if I sell STEEM as eth, how much I earn eth.
    amount type : steem
    steem convert > eth convert
    



If you found this comment useful, please consider upvoting it to help keep this execute python bot running.
Made by @hakancelik

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!