Links
📜

Get an Item's History

Get an item's transaction history

get
https://api.alturanft.com/api/v2
/item/events/:address/:tokenId
Returns the blockchain history of an item

Event Schema

{
id: string
amount: string
blockNumber: number
chainId: number
event: string
from: string
itemCollection: string
itemRef: string
timestamp: number
to: string
tokenId: number
transactionHash: string
}