Skip to main content
GET
/
v1
/
compute
/
rewards
List Compute Rewards
curl --request GET \
  --url https://api.compute.x.io/v1/compute/rewards
{
  "data": [
    {
      "total_reward": 123,
      "availability_reward": 123,
      "job_reward": 123,
      "total_uptime_ms": 123,
      "uptime_percentage": 123,
      "total_execution_ms": 123,
      "hours_worked": 123,
      "compound_multiplier": 123,
      "is_paid": true,
      "epoch": {
        "epoch_number": 123,
        "start_date": "2023-12-25",
        "end_date": "2023-12-25",
        "status": "<string>",
        "uuid": "<string>"
      },
      "node": {
        "uuid": "<string>",
        "name": "<string>"
      },
      "object": "compute_reward",
      "created_at": "2023-12-25",
      "updated_at": "2023-12-25",
      "uuid": "<string>",
      "account_uuid": "<string>",
      "assignable_time_ms": 123,
      "assignable_percentage": 123,
      "total_preparation_ms": 123,
      "preparation_reward": 123,
      "transaction_hash": "<string>",
      "epoch_uuid": "<string>",
      "node_uuid": "<string>"
    }
  ],
  "limit": 123,
  "page": 123,
  "total": 123
}

Query Parameters

limit
integer
Required range: 1 <= x <= 100
Example:

1

page
integer
Required range: 1 <= x <= 9007199254740991
Example:

1

sort
string
Example:

"created_at OR -created_at"

filter[created_at]
string
Example:

"2025-01-01,2025-03-01"

filter[epoch_number]
string
filter[epoch_uuid]
string
filter[node_uuid]
string
filter[account_uuid]
string
filter[is_paid]
string
Example:

"true"

Response

List compute rewards

data
object[]
required
limit
integer
required
page
integer
required
total
integer
required