Core Rendering
Get NFT transactions for contract
Commonly used to get all transactions of an NFT token. Useful for building a transaction history table or price chart.
GET
/
v1
/
{chainName}
/
tokens
/
{contractAddress}
/
nft_transactions
/
{tokenId}
/
Credit Cost: 0.1 per item.
Processing: Realtime
Processing: Realtime
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
contractAddress
string
requiredThe requested contract address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
tokenId
string
requiredThe requested token ID.
Query Parameters
no-spam
boolean
If true
, the suspected spam tokens are removed. Supports eth-mainnet
and matic-mainnet
.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
chain_id
integer
The requested chain ID eg: 1
.
chain_name
string
The requested chain name eg: eth-mainnet
.
items
object[]
List of response items.