Energy Consumption API
This API provides comprehensive data about Filecoin Storage Providers' energy consumption metric.
Last updated
This API provides comprehensive data about Filecoin Storage Providers' energy consumption metric.
Last updated
The Data Model end point is listing all available data models (e.g. Energy intensity, Energy used to seal data, Energy used to store data, etc.).
GET
https://api.filgreen.d.interplanetary.one/models/list
This endpoint provides energy consumption data for selected data model grouped on a daily, weekly or monthly scale.
GET
https://api.filgreen.d.interplanetary.one/models/model
id*
Integer
Id of the data model. (either "id" or associated "code_name" query parameter have to be provided)
code_name*
Code name of the data model, see 'Available data models' above. (either "id" or associated "code_name" query parameter have to be provided)
filter
Data granulation. Possible values are: "day", "week" or "month". If not provided "day" is considered as default value.
miner
String
Miner Id (e.g. f01234). If not listed data is provided without filtering per miner Id.
start
Date / String
ISO 8601 formatted start date. If not provided data points are listed from the epoch 0.
end
Date / String
ISO 8601 formatted end date. If not provided data points are listed up to the most recent measurement.
This endpoint provides all measured energy consumption data points for selected data model.
GET
https://api.filgreen.d.interplanetary.one/models/export
id*
Integer
Id of the data model. (either "id" or associated "code_name" query parameter have to be provided)
code_name*
Code name of the data model, see 'Available data models' above. (either "id" or associated "code_name" query parameter have to be provided)
miner
String
Miner Id (e.g. f01234). If not listed data is provided without filtering per miner Id.
start
Date / String
ISO 8601 formatted start date. If not provided data points are listed from the epoch 0.
end
Date / String
ISO 8601 formatted end date. If not provided data points are listed up to the most recent measurement.
offset
Integer
Number of data points to skip from the beginning of the record set. Default 0.
limit
Integer
Maximal number of data points to be listed. Default 10000.
Energy used to seal data (v1.0.1):
is the process of generating SNARK proofs for a data sector which will allow an SP to prove that they are continuing to store that data over time, and is one of the components of energy use of the Filecoin network. Energy use due to sealing is estimated by multiplying the increase in storage capacity over a given time period by a constant value as described in the methodology. Bounds and estimate come from different values of this constant.
Network view: Total electrical power used to seal data for the entire Filecoin network.
Storage Provider (SP) view: Electrical power used by this SP to seal data.
Model: "id": 3
or "code_name": "
SealingEnergyModelv_1_0_1"