diff --git a/src/guide/fiat_currencies.md b/src/guide/fiat_currencies.md index a01ac30..e41181e 100644 --- a/src/guide/fiat_currencies.md +++ b/src/guide/fiat_currencies.md @@ -115,11 +115,7 @@ To get the current BTC rate in the various supported fiat currencies:
```python,ignore -try: - fiat_rates = sdk_services.fetch_fiat_rates() - # print your desired rate -except Exception as error: - # Handle error +{{#include ../../snippets/python/src/fiat_currencies.py:fetch-fiat-rates}} ```