Stratumsphere Help Center
Go to website
Back
Articles on:
Developers
Documentation for techies. How to use our REST API and other features.
How to use the API
Stratumsphere exposes a REST API You can find your API Key under Account -> Integrations once logged into your account on Stratumsphere. Hide/Show API Key
Some readers
Hashrate Unit Conversions
The Stratumsphere API returns the hashrate in different forms whether it be the personal, rented, total, average or rejected hashrate on rentals, schedulers or workers. Given a few exceptions almost all endpoints in the Stratumsphere API have at-least one attribute that specifies hashrate. The following code is written in javascript but the same login can be applied to a
Some readers
Threshold and Miner-to-Miner API
Stratumsphere handles has two kinds of HASH Schedulers Threshold and Miner-to-Miner. To create a scheduler via API a scheduler_type has to be specified. Scheduler Types Miner-to-Miner scheduler, keyword: miners Threshold scheduler, keyword: threshold Important: Above keywords are case sensitive View this endpoint to create a threshold scheduler. View this endpoint(https://apidocs.stratums
Some readers
API Keywords
Here's a list of the keywords you need to know when talking to the Stratumsphere API Algorithms: SHA256 X11 scrypt ethash Locations: us-central europe Scheduler Types: miners threshold "miners" refers to Miner-to-Miner schedulers and "threshold" refers to Hashrate Threshold schedulers
Some readers
Reset your API Key
If you believe your API Key has been compromised, it is necessary that you reset it immediately! To reset your API Key go to Account -> Integrations and click the "Reset" button below the hide/show button. You will be prompted with a Warning, click the red "Proceed" button to confirm the reset. Please remember that all applications utilizing your previous API key will no longer work until you update them with the new key. ![](https://s
Few readers