Skip to main content

\NetApi

All URIs are relative to https://api.estuary.tech

MethodHTTP requestDescription
NetAddrsGetGet /net/addrsNet Addrs
PublicMinersFailuresMinerGetGet /public/miners/failures/{miner}Get all miners
PublicMinersGetGet /public/minersGet all miners
PublicNetAddrsGetGet /public/net/addrsNet Addrs
PublicNetPeersGetGet /public/net/peersNet 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

bearerAuth

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

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
minerstringFilter by miner

Return type

(empty response body)

Authorization

bearerAuth

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

bearerAuth

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

bearerAuth

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

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]