📜Get an Item's History
Last updated
Last updated
GET
https://api.alturanft.com/api/v2/item/events/:address/:tokenId
Takes a collection address and tokenId and returns that item's blockchain history (mint, transfers, listed, delisted, sell, etc)
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
address*
String
The item's collection address
tokenId*
Integer
The item's tokenId
perPage
Integer
The number of users to return
(default: 24)
page
Integer
The offset for returned users. Calculated as (page - 1) * perPage
(default: 1)