---
title: "Get attestation reward by id"
method: GET
path: "/v1/operations/attestation_rewards/{id}"
tags: ["Operations"]
---

# Get attestation reward by id

`GET /v1/operations/attestation_rewards/{id}`

Returns attestation reward operation with specified id.

## Path parameters

- `id` integer, required

## Query parameters

- `quote` 'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

## Response `200`

- AttestationRewardOperation
  - `type` string — Type of the operation, `attestation_reward`
  - `id` integer — Unique ID of the operation, stored in the TzKT indexer database
  - `level` integer — Height of the block from the genesis
  - `timestamp` string, date-time — Datetime at which the block is claimed to have been created (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `block` string, required — Block hash
  - `baker` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `expected` integer — Expected attestation reward, based on baker's active stake (micro tez)
  - `rewardDelegated` integer — Reward, corresponding to delegated stake, paid to baker's liquid balance (micro tez) (it is not frozen and can be spent immediately).
  - `rewardStakedOwn` integer — Reward, corresponding to baker's own stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `rewardStakedEdge` integer — Reward, corresponding to baker's edge from external stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `rewardStakedShared` integer — Reward, corresponding to baker's external stake, paid to baker's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).
  - `quote` QuoteShort
    - `btc` number, double, nullable — XTZ/BTC price
    - `eur` number, double, nullable — XTZ/EUR price
    - `usd` number, double, nullable — XTZ/USD price
    - `cny` number, double, nullable — XTZ/CNY price
    - `jpy` number, double, nullable — XTZ/JPY price
    - `krw` number, double, nullable — XTZ/KRW price
    - `eth` number, double, nullable — XTZ/ETH price
    - `gbp` number, double, nullable — XTZ/GBP price

---

[API](https://skmtc.dev/tzkt/apis/tzkt-api.md) · [All operations](https://skmtc.dev/tzkt/apis/tzkt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tzkt/tzkt-api/revisions/a2e2aba5e534/schema)
