PublicApi
All URIs are relative to **
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
Get Content by Cid
This endpoint returns the content associated with a CID
Example
publicByCidCidGet cid=value
Parameters
Name | Type | Description | Notes |
---|---|---|---|
cid | string | Cid |
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]
publicInfoGet
Get public node info
This endpoint returns information about the node
Example
publicInfoGet
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]
publicMetricsDealsOnChainGet
Get deal metrics
This endpoint is used to get deal metrics
Example
publicMetricsDealsOnChainGet
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]
publicMinersDealsMinerGet
Get all miners deals
This endpoint returns all miners deals
Example
publicMinersDealsMinerGet miner=value ignore-failed=value
Parameters
Name | Type | Description | Notes |
---|---|---|---|
miner | string | Filter by miner | |
ignoreFailed | string | Ignore Failed | [optional] |
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]
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]
publicMinersStatsMinerGet
Get miner stats
This endpoint returns miner stats
Example
publicMinersStatsMinerGet 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]
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]
publicStatsGet
Public stats
This endpoint is used to get public stats.
Example
publicStatsGet
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]