Rewards
Information on Filecoin block rewards received by the storage provider.
Request URL
GET: /storage_provider/rewards
Request Parameters
Variable | Type | Description | Example | Default |
---|---|---|---|---|
state_date | STRING | Selected date (Optional). | 2022-10-01 | If no state_date is input, returns data for the most recent date available. |
miner_id | STRING | Selected ID of the miner (Optional). | f0110804 | Returns data for all miners if no miner_id is input. |
Request Examples
Code
Response Schema
Variable | Type | Description |
---|---|---|
stat_date | DATE | Refers to the date the data was recorded. |
miner_id | STRING | Unique ID of the storage provider. |
blocks_mined | BIGINT | Total number of blocks mined by the storage provider. |
win_count | BIGINT | Total number of reward units won by the storage provider. |
rewards | NUMERIC | Total block rewards in FIL received by the storage provider. |