/blur/activity/search
List recent marketplace activity (sales, listings, transfers) for a Blur collection
Price: 1 credit
💡 AI Hint: List recent marketplace activity for a Blur collection, identified by its slug (e.g. ‘azuki’) or contract address, optionally filtered to specific event types (sale, listing, transfer). Each event returns its id, token id and image, event type, price (amount and unit), the from/to trader addresses, the timestamp, transaction hash, marketplace and maker side.
⚠️ Common errors: 412: Collection not found
Authorizations
API token from the dashboard
Headers
Body
Collection slug (e.g. 'azuki') or its on-chain contract address
1"azuki"
"0xed5af388653567af2f388e6224dc7c4b3241c544"
Number of activity events to return
1 <= x <= 100Max scrapping execution timeout (in seconds)
20 <= x <= 1500Filter to specific event types; all event types are included when omitted
sale, orderCreated, transfer Response
Successful Response