\PublicApi
All URIs are relative to https://api.estuary.tech
Method | HTTP request | Description |
---|---|---|
PublicByCidCidGet | Get /public/by-cid/{cid} | Get Content by Cid |
PublicInfoGet | Get /public/info | Get public node info |
PublicMetricsDealsOnChainGet | Get /public/metrics/deals-on-chain | Get deal metrics |
PublicMinersDealsMinerGet | Get /public/miners/deals/{miner} | Get all miners deals |
PublicMinersFailuresMinerGet | Get /public/miners/failures/{miner} | Get all miners |
PublicMinersGet | Get /public/miners | Get all miners |
PublicMinersStatsMinerGet | Get /public/miners/stats/{miner} | Get miner stats |
PublicNetAddrsGet | Get /public/net/addrs | Net Addrs |
PublicNetPeersGet | Get /public/net/peers | Net Peers |
PublicStatsGet | Get /public/stats | Public stats |
PublicByCidCidGet
PublicByCidCidGet(ctx, cid) Get Content by Cid
This endpoint returns the content associated with a CID
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
cid | string | Cid |
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]
PublicInfoGet
PublicInfoGet(ctx, ) Get public node info
This endpoint returns information about the node
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]
PublicMetricsDealsOnChainGet
PublicMetricsDealsOnChainGet(ctx, ) Get deal metrics
This endpoint is used to get deal metrics
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]
PublicMinersDealsMinerGet
PublicMinersDealsMinerGet(ctx, miner, optional) Get all miners deals
This endpoint returns all miners deals
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
miner | string | Filter by miner | |
optional | *PublicApiPublicMinersDealsMinerGetOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a PublicApiPublicMinersDealsMinerGetOpts struct
Name | Type | Description | Notes |
---|
ignoreFailed | optional.String| Ignore Failed |
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]
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]
PublicMinersStatsMinerGet
PublicMinersStatsMinerGet(ctx, miner) Get miner stats
This endpoint returns miner stats
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]
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]
PublicStatsGet
PublicStatsGet(ctx, ) Public stats
This endpoint is used to get public stats.
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]