- blocks(coin) ⇒
Promise
Get pool blocks | Get pool blocks for a coin.
- currencies() ⇒
Promise
Get all pool currencies.
- miners() ⇒
Promise
Get all pool miners.
- status() ⇒
Promise
Get pool status.
- wallet(address) ⇒
Promise
Get a wallet stats.
- walletEx(address) ⇒
Promise
Get a wallet detailed stats.
Get pool blocks | Get pool blocks for a coin.
Kind: method
Returns: Promise
Param | Type | Description |
---|---|---|
coin | String |
coin code |
Example
blocks()
blocks("DOGE")
Get all pool currencies.
Kind: method
Returns: Promise
Example
currencies()
Get all pool miners.
Kind: method
Returns: Promise
Example
miners()
Get the pool status.
Kind: method
Returns: Promise
Example
status()
Get a wallet stats.
Kind: method
Returns: Promise
Param | Type | Description |
---|---|---|
address | String |
wallet address |
Example
wallet("DBvdqxQ7WSrDtQ32sfrDJ8YnwxWTFLb3kf")
Get a wallet detailed stats.
Kind: method
Returns: Promise
Param | Type | Description |
---|---|---|
address | String |
wallet address |
Example
walletEx("DBvdqxQ7WSrDtQ32sfrDJ8YnwxWTFLb3kf")