Skip to main content

BRC-20 Activity

Retrieves BRC-20 activity filtered by ticker, address, operation, or at a specific block height

Query Parameters
ticker string[]
block_height Block Height

Possible values: Value must match regular expression ^[0-9]+$

Bitcoin block height

Example: 777678

operation Operation[]
address Address

Bitcoin address

Example: bc1p8aq8s3z9xl87e74twfk93mljxq6alv4a79yheadx33t9np4g2wkqqt8kc5

offset Offset

Result offset

limit Limit

Possible values: 1 ≤ value ≤ 60

Results per page

Responses
200

Default Response

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]
operation
ticker string
inscription_id string
block_height integer
block_hash string
tx_id string
location string
address string
timestamp integer
mint object OPTIONAL
amount
deploy object OPTIONAL
max_supply string
mint_limit
decimals integer
transfer object OPTIONAL
amount string
from_address string
transfer_send object OPTIONAL
amount string
from_address string
to_address string
getBrc20Activity
GET /ordinals/v1/brc-20/activity
ticker — query
block_height — query
operation — query
address — query
offset — query
limit — query
https://api.hiro.so
curl -L 'https://api.hiro.so/ordinals/v1/brc-20/activity' \
-H 'Accept: application/json'