---
title: "Account reward history"
method: GET
path: "/accounts/{stake_address}/rewards"
tags: ["Cardano » Accounts"]
---

# Account reward history

`GET /accounts/{stake_address}/rewards`

Obtain information about the reward history of a specific account.

## Path parameters

- `stake_address` string, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the account content.

- object[]
  - `epoch` integer, required — Epoch of the associated reward
  - `amount` string, required — Rewards for given epoch in Lovelaces
  - `pool_id` string, required — Bech32 pool ID being delegated to
  - `type` 'leader' | 'member' | 'pool_deposit_refund', required — Type of the reward

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/versions/4a2f67b16876/schema)
