We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6769a11 commit fe38624Copy full SHA for fe38624
docs/blockexplorer.md
@@ -89,13 +89,14 @@ Usage:
89
addresses = blockexplorer.get_multi_address('1HS9RLmKvJ7D1ZYgfPExJZQZA1DMU3DEVd', xpub6CmZamQcHw2TPtbGmJNEvRgfhLwitarvzFn3fBYEEkFTqztus7W7CNbf48Kxuj1bRRBmZPzQocB6qar9ay6buVkQk73ftKE1z4tt9cPHWRn)
90
```
91
92
-####`get_balance`
+#### `get_balance`
93
Get balances for each address provided. Returns a dictionary of str to `Balance` objects.
94
95
Params:
96
97
addresses : tuple - addresses(base58 or xpub) to look up
98
filter : FilterType - the filter for transactions selection (optional)
99
+```
100
101
Usage:
102
```python
0 commit comments