Data API
Query parameters
slugstringRequiredExample:
The slug identifier of the collection
satoshibles-the-ordinalsstartDatestring · date · nullableOptionalExample:
Filter activities from this date (format YYYY-MM-DD). By default, it will filter activities from the last 7 days.
2023-05-15pageintegerOptionalDefault:
Page number for pagination
0Example: 0limitinteger · min: 20 · max: 100OptionalDefault:
Number of records to return per page (between 20 and 100)
100Example: 50orderstring · enumOptionalDefault:
Sort order for activities (ascending or descending)
descExample: descPossible values: Responses
200
Successfully retrieved collection activity
application/json
inscription_idstringOptionalExample:
ID of the inscription involved in the activity
a7728650494b3248c9ae858ea75ea6db5645326a314610f6e741931e48955349i125inscription_namestringOptionalExample:
Name of the inscription
Lunatics #1293maker_addressstringOptionalExample:
Seller/maker address
bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3taker_addressstring · nullableOptionalExample:
Buyer/taker address (can be null)
bc1pfg3a9kqup6r072v88dv70zzd494fnhl03k5a58vye9hwkakp7dgs3rte2ecollection_slugstringOptionalExample:
Slug of the collection
lunaticscollection_namestringOptionalExample:
Name of the collection
LunaticspricenumberOptionalExample:
Price in satoshis
100000trade_timestampstring · date-timeOptionalExample:
Timestamp when the trade occurred
2025-05-23T12:04:39.396396transaction_idstringOptionalExample:
Bitcoin transaction ID
d5606231ca95f33190c1606b83df5b1e1058bc10dbe4603006ac9134b4d87b42thumbnail_urlstringOptionalExample:
URL to the inscription thumbnail image
https://ordinalsbot-prod.s3.amazonaws.com/inscription-thumbnails/a7728650494b3248c9ae858ea75ea6db5645326a314610f6e741931e48955349i125.jpeg400
Bad request - validation error
application/json
get
/data/collections/activityLast updated