---
title: "Get activities for a specific rune"
method: GET
path: "/v2/ord/btc/runes/activities/{rune}"
tags: ["Runes Info"]
---

# Get activities for a specific rune

`GET /v2/ord/btc/runes/activities/{rune}`

Get activities for a specific rune

## Path parameters

- `rune` string, required

## Query parameters

- `offset` integer

## Response `200`

Successful response with an array of activity records for the specified rune.

- GetRuneActivitiesResultSchema
  - `activities` RuneActivitySchema[]
    - `id` string
    - `kind` string
    - `oldOwner` string, nullable
    - `newOwner` string, nullable
    - `rune` string
    - `amount` string, nullable
    - `txValue` string, nullable
    - `txId` string, nullable
    - `txBlockTime` string, date-time, nullable
    - `txBlockHeight` integer, nullable
    - `txBlockHash` string, nullable
    - `deletedAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `listedPrice` string, nullable
    - `listedMakerFeeBp` integer, nullable
    - `listedTakerFeeBp` integer, nullable
    - `btcUsdPrice` string, nullable
    - `sellerPaymentReceiverAddress` string, nullable
    - `buyerPaymentAddress` string, nullable

---

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