[STEEMTOOLS] Where Is My Money ? (Solved)

in #steemtools8 years ago (edited)

This post will be short. But useful.

If you have ever been interested where is your STEEM and STEEM Dollars and when it will be converted, use this snippet Cryptomental(tm) ;-)

>>> a = Account("cryptomental")
>>> history = a.history(filter_by=["convert", 
"fill_convert_request", "transfer_to_vesting"])
>>> for entry in history:
...     pprint.pprint(entry)

As I am still STEEM poor I can reveal my data. Though in STEEM nothing is secret, you can look into anyone's pocket...So for me here it goes...

{'op': {'amount': '5.909 SBD',
        'owner': 'cryptomental',
        'requestid': 1471601827},
 'op_type': 'convert',
 'timestamp': '2016-08-19T10:17:15'}

{'op': {'amount_in': '5.909 SBD',
        'amount_out': '4.300 STEEM',
        'owner': 'cryptomental',
        'requestid': 1471601827},
 'op_type': 'fill_convert_request',
 'timestamp': '2016-08-26T10:17:15'}

{'op': {'amount': '4.300 STEEM', 'from': 'cryptomental', 'to': 'cryptomental'},
 'op_type': 'transfer_to_vesting',
 'timestamp': '2016-08-26T19:35:57'}

{'op': {'amount': '130.481 SBD',
        'owner': 'cryptomental',
        'requestid': 1473619763},
 'op_type': 'convert',
 'timestamp': '2016-09-11T18:49:27'}

{'op': {'amount': '27.406 SBD',
        'owner': 'cryptomental',
        'requestid': 1473918689},
 'op_type': 'convert',
 'timestamp': '2016-09-15T05:51:36'}

What can you see here is:

  • I requested to convert my 5.909 STEEM Dollars into STEEM on 2016-08-19 10:17:15
  • It was converted on 2016-08-26 10:17:15 and I received 4.3000 STEEM for it
  • I decided to POWER UP this amount on 2016-08-26 19:35:57
  • I requested to convert my further STEEM Dollars on 2016-09-11 18:49:27 and 2016-09-15 05:51:36 into STEEM. I did not receive STEEM yet and I still need to wait as it takes 7 days to convert.

Coin Marketplace

STEEM 0.19
TRX 0.18
JST 0.032
BTC 87260.43
ETH 3288.09
USDT 1.00
SBD 2.95