---
title: "Get block activities"
method: GET
path: "/v2/ord/btc/block/activities"
tags: ["Blocks"]
---

# Get block activities

`GET /v2/ord/btc/block/activities`

Get block activities

## Query parameters

- `blockHeight` integer, required
- `kind` string
- `limit` integer
- `cursor` string

## Response `200`

Successful response

- object
  - `total` integer
  - `results` BlockActivitySchema[]
    - `inscription` object
      - `id` string
      - `contentType` string
      - `contentMedia` string
      - `contentLength` number, nullable
      - `number` number, nullable
      - `sat` number, nullable
      - `satName` string, nullable
      - `satRarity` string, nullable
      - `satBlockHeight` number, nullable
      - `satBlockTime` string, nullable
      - `genesisTransaction` string
      - `genesisTransactionBlockTime` string, nullable
      - `genesisTransactionBlockHeight` number, nullable
      - `genesisTransactionBlockHash` string, nullable
      - `parentInscriptionId` string, nullable
      - `metaprotocol` string, nullable
    - `activityType` string
    - `blockHeight` number
    - `blockHash` string
    - `txId` string
    - `location` string
    - `address` string
    - `output` string
    - `value` number
    - `offset` number
    - `timestamp` number
    - `oldLocation` string, nullable
    - `oldAddress` string, nullable
    - `createdAt` string, date-time
  - `limit` integer
  - `nextCursor` string

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
