mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Fix typo
This commit is contained in:
parent
e890e0384d
commit
e7b33e9e71
@ -15,7 +15,7 @@ def main():
|
||||
bisq_messages.GetAverageBsqTradePriceRequest(days=30),
|
||||
metadata=[('password', api_password)])
|
||||
price = response[0].price
|
||||
print('Response: ' + '30-day BTC price: ' + price.btc_price + ' 30-day USD price: ' + price.usd_pricez)
|
||||
print('Response: ' + '30-day BTC price: ' + price.btc_price + ' 30-day USD price: ' + price.usd_price)
|
||||
except grpc.RpcError as rpc_error:
|
||||
print('gRPC API Exception: %s', rpc_error)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user