krytilica

Results 2 issues of krytilica

Trying to the following example code: ` import pywaves as pw # set the asset pair WAVES_BTC = pw.AssetPair(pw.WAVES, pw.BTC) # get last 10 trades trades = WAVES_BTC.trades(10) for t...

Is it possible to have an access to coin information via contract address instead of coin id?

enhancement