diff --git a/examples/readonly.py b/examples/readonly.py index 13aafba..7afa18c 100644 --- a/examples/readonly.py +++ b/examples/readonly.py @@ -51,7 +51,7 @@ print(res) time.sleep(0.5) - res = c.get_fee_info() + res = c.get_fee_info(pair='XBTZAR') print(res) time.sleep(0.5)