Skip to main content

\MinerApi

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

MethodHTTP requestDescription
PublicMinersDealsMinerGetGet /public/miners/deals/{miner}Get all miners deals
PublicMinersStatsMinerGetGet /public/miners/stats/{miner}Get miner stats

PublicMinersDealsMinerGet

PublicMinersDealsMinerGet(ctx, miner, optional) Get all miners deals

This endpoint returns all miners deals

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
minerstringFilter by miner
optional*MinerApiPublicMinersDealsMinerGetOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a MinerApiPublicMinersDealsMinerGetOpts struct

NameTypeDescriptionNotes

ignoreFailed | optional.String| Ignore Failed |

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]

PublicMinersStatsMinerGet

PublicMinersStatsMinerGet(ctx, miner) Get miner stats

This endpoint returns miner stats

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]