Coinfoundry JSON Rest API
Whenever you need to specify a pool in an API Url, you can use either its currency symbol (xmr for Monero) or the pool's id returned by /api/pools
Note: All API endpoints are subject to rate limiting and short-lived caching.
/api/pools
Returns a list of active mining pools.
Example: https://coinfoundry.org/api/pools
/api/pools/<pool>
Returns pool statistics.
Example: https://coinfoundry.org/api/pools/xmr
/api/pools/<pool>/blocks
Returns a list of recently found blocks for the pool.
Example: https://coinfoundry.org/api/pools/xmr/blocks
/api/pools/<pool>/account/<account-or-wallet>
Returns mining stats for the specified pool and account or wallet.
Example: https://coinfoundry.org/api/pools/dash/account/XpNsPtUACM5CZx4Vtte9rn3nSSsEajtYih
/api/pools/<pool>/account/<account-or-wallet>/payments
Returns the payment history for the specified pool and account or wallet.
Example: https://coinfoundry.org/api/pools/dash/account/XpNsPtUACM5CZx4Vtte9rn3nSSsEajtYih/payments
/api/pools/<pool>/account/<account-or-wallet>/balancechanges
Returns the balance change history for the specified pool and account or wallet.
Example: https://coinfoundry.org/api/pools/dash/account/XpNsPtUACM5CZx4Vtte9rn3nSSsEajtYih/balancechanges