Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
112 lines (86 loc) · 2.14 KB

API.md

File metadata and controls

112 lines (86 loc) · 2.14 KB

Methods

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.


blocks(coin) ⇒ Promise

Get pool blocks | Get pool blocks for a coin.

Kind: method
Returns: Promise

Param Type Description
coin String coin code

Example

blocks()
blocks("DOGE")

currencies() ⇒ Promise

Get all pool currencies.

Kind: method
Returns: Promise
Example

currencies()

miners() ⇒ Promise

Get all pool miners.

Kind: method
Returns: Promise
Example

miners()

status() ⇒ Promise

Get the pool status.

Kind: method
Returns: Promise
Example

status()

wallet(address) ⇒ Promise

Get a wallet stats.

Kind: method
Returns: Promise

Param Type Description
address String wallet address

Example

wallet("DBvdqxQ7WSrDtQ32sfrDJ8YnwxWTFLb3kf")

walletEx(address) ⇒ Promise

Get a wallet detailed stats.

Kind: method
Returns: Promise

Param Type Description
address String wallet address

Example

walletEx("DBvdqxQ7WSrDtQ32sfrDJ8YnwxWTFLb3kf")