---
title: "Get operations by hash and counter"
method: GET
path: "/v1/operations/{hash}/{counter}"
tags: ["Operations"]
---

# Get operations by hash and counter

`GET /v1/operations/{hash}/{counter}`

Returns a list of operations with the specified hash and counter.  
**NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using `/v1/operations/{type}/{hash}/{counter}`
(e.g. [/v1/operations/transactions/{hash}/{counter}](#operation/Operations_GetTransactionByHashCounter)) instead, because it's much more efficient.**

## Path parameters

- `hash` string, required
- `counter` integer, required

## Query parameters

- `micheline` 'Json' | 'JsonString' | 'Raw' | 'RawString'
- `quote` 'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

## Response `200`

- Operation[]
  - `type` string, required — Type of the operation
  - `id` integer — Internal ID of the operation

---

[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)
