NetApi
All URIs are relative to **
Method | HTTP request | Description |
---|---|---|
netAddrsGet | GET /net/addrs | Net Addrs |
publicMinersFailuresMinerGet | GET /public/miners/failures/{miner} | Get all miners |
publicMinersGet | GET /public/miners | Get all miners |
publicNetAddrsGet | GET /public/net/addrs | Net Addrs |
publicNetPeersGet | GET /public/net/peers | Net Peers |
netAddrsGet
Net Addrs
This endpoint is used to get net addrs
Example
netAddrsGet
Parameters
This endpoint does not need any parameter.
Return type
array[string]
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]
publicMinersFailuresMinerGet
Get all miners
This endpoint returns all miners
Example
publicMinersFailuresMinerGet 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]
publicMinersGet
Get all miners
This endpoint returns all miners
Example
publicMinersGet
Parameters
This endpoint does not need any parameter.
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]
publicNetAddrsGet
Net Addrs
This endpoint is used to get net addrs
Example
publicNetAddrsGet
Parameters
This endpoint does not need any parameter.
Return type
array[string]
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]
publicNetPeersGet
Net Peers
This endpoint is used to get net peers
Example
publicNetPeersGet
Parameters
This endpoint does not need any parameter.
Return type
array[string]
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]