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

# Get baking by id

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

Returns baking operation with specified id.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

- BakingOperation
  - `type` string — Type of the operation, `baking` - an operation which contains brief information about a baked (produced) block (synthetic type)
  - `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
  - `proposer` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `producer` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `payloadRound` integer — Round at which the block payload was proposed
  - `blockRound` integer — Round at which the block was produced
  - `deposit` integer — Security deposit frozen on the baker's account for producing the block (micro tez)
  - `rewardDelegated` integer — Portion of fixed reward, corresponding to delegated stake, paid to payload proposer's liquid balance (micro tez) (it is not frozen and can be spent immediately).
  - `rewardStakedOwn` integer — Portion of fixed reward, corresponding to baker's own stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `rewardStakedEdge` integer — Portion of fixed reward, corresponding to baker's edge from external stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `rewardStakedShared` integer — Portion of fixed reward, corresponding to baker's external stake, paid to payload proposer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).
  - `bonusDelegated` integer — Portion of bonus reward, corresponding to delegated stake, paid to block producer's liquid balance (micro tez) (it is not frozen and can be spent immediately).
  - `bonusStakedOwn` integer — Portion of bonus reward, corresponding to baker's own stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `bonusStakedEdge` integer — Portion of bonus reward, corresponding to baker's edge from external stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker).
  - `bonusStakedShared` integer — Portion of fixed reward, corresponding to baker's external stake, paid to block producer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).
  - `fees` integer — Total fee gathered from operations, included into the block
  - `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)
