\NetApi
All URIs are relative to https://api.estuary.tech
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
[]string NetAddrsGet(ctx, ) Net Addrs
This endpoint is used to get net addrs
Required Parameters
This endpoint does not need any parameter.
Return type
[]string
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PublicMinersFailuresMinerGet
PublicMinersFailuresMinerGet(ctx, miner) Get all miners
This endpoint returns all miners
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
miner | string | Filter by miner |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PublicMinersGet
PublicMinersGet(ctx, ) Get all miners
This endpoint returns all miners
Required Parameters
This endpoint does not need any parameter.
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PublicNetAddrsGet
[]string PublicNetAddrsGet(ctx, ) Net Addrs
This endpoint is used to get net addrs
Required Parameters
This endpoint does not need any parameter.
Return type
[]string
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PublicNetPeersGet
[]string PublicNetPeersGet(ctx, ) Net Peers
This endpoint is used to get net peers
Required Parameters
This endpoint does not need any parameter.
Return type
[]string
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]