📜
Get an Item's History
get
https://api.alturanft.com/api/v2
/item/events/:address/:tokenId
Returns the blockchain history of an item
{
id: string
amount: string
blockNumber: number
chainId: number
event: string
from: string
itemCollection: string
itemRef: string
timestamp: number
to: string
tokenId: number
transactionHash: string
}
Last modified 2mo ago