Skip to main content
GET
Activity by Rune

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

rune
string
required

Rune, specified either by the Rune ID (etching block number and transaction index) or name (spaced or un-spaced)

Query Parameters

count
integer | null
default:100

The max number of transactions per page

Required range: x >= 0
order
enum<string> | null
default:asc

The order in which the results are sorted (by block height and tx index in the block)

Available options:
asc,
desc
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

from
integer<int64> | null

Return only transactions created on or after a specific height

Required range: x >= 0
to
integer<int64> | null

Return only transactions created on or before a specific height

Required range: x >= 0

Response

Requested data

data
object[]
required
last_updated
object
required
next_cursor
string | null