| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent df7dce4 commit 6fe631a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,6 +86,21 @@ def getInfo(self): | |||
| 86 | 86 | # low_trade 24 hour lowest trade price in this market | |
| 87 | 87 | def getMarkets(self): | |
| 88 | 88 | return self.api_query('getmarkets') | |
| 89 | + | ||
| 90 | + #Outputs: Array of Wallet Statuses | ||
| 91 | + #currencyid Integer value representing a currency | ||
| 92 | + #name Name for this currency, for example: Bitcoin | ||
| 93 | + #code Currency code, for example: BTC | ||
| 94 | + #blockcount Blockcount of currency hot wallet as of lastupdate time | ||
| 95 | + #difficulty Difficulty of currency hot wallet as of lastupdate time | ||
| 96 | + #version Version of currency hotwallet as of lastupdate time | ||
| 97 | + #peercount Connected peers of currency hot wallet as of lastupdate time | ||
| 98 | + #hashrate Network hashrate of currency hot wallet as of lastupdate time | ||
| 99 | + #gitrepo Git Repo URL for this currency | ||
| 100 | + #withdrawalfee Fee charged for withdrawals of this currency | ||
| 101 | + #lastupdate Datetime (EST) the hot wallet information was last updated | ||
| 102 | + def getWalletStatus(self): | ||
| 103 | + return self.api_query('getwalletstatus') | ||
| 89 | 104 | ||
| 90 | 105 | ||
| 91 | 106 | # Outputs: Array of Deposits and Withdrawals on your account | |
| Back | FazBrowse Home | New Git URL |
0 commit comments