Retrieve snapshots of operation profit
Retrieve snapshots of the operation profit over time for a specific node. This endpoint allows filtering by Node address, date range, and pagination parameters.
Query Parameters
node_addressstringNode address
cursorstringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
limitintegerLimit the number of results
Default:
50beforeDatestringThe date before which the snapshots are returned.
Format:
"date"afterDatestringThe date after which the snapshots are returned.
Format:
"date"A successful response containing snapshots of the operation profit over time for the specified node. Each entry in the data array includes the date and profit details. The response also includes a cursor for pagination to fetch subsequent sets of results.