MinerApi
All URIs are relative to **
Method | HTTP request | Description |
---|---|---|
publicMinersDealsMinerGet | GET /public/miners/deals/{miner} | Get all miners deals |
publicMinersStatsMinerGet | GET /public/miners/stats/{miner} | Get miner stats |
publicMinersDealsMinerGet
Get all miners deals
This endpoint returns all miners deals
Example
publicMinersDealsMinerGet miner=value ignore-failed=value
Parameters
Name | Type | Description | Notes |
---|---|---|---|
miner | string | Filter by miner | |
ignoreFailed | string | Ignore Failed | [optional] |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
publicMinersStatsMinerGet
Get miner stats
This endpoint returns miner stats
Example
publicMinersStatsMinerGet miner=value
Parameters
Name | Type | Description | Notes |
---|---|---|---|
miner | string | Filter by miner |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not Applicable
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]