Returns: NftEventsConnection

Arguments

address
String

The contract address of the NFT collection.

exchangeAddress
String

The NFT marketplace address to filter by.

poolAddress
String

The NFT pool address to filter by.

networkId
Int!
required

The network ID the NFT collection is deployed on.

tokenId
String

The token ID to filter by.

cursor
String

The cursor to use for pagination.

timestamp
EventQueryTimestampInput

The time range to filter by.

limit
Int

The maximum number of NFT events to return.

includeTransfers
Boolean

No description provided

Schema

"""Returns transactions for an NFT collection across any marketplace(s)."""
getNftEvents(address: String, exchangeAddress: String, poolAddress: String, networkId: Int!, tokenId: String, cursor: String, timestamp: EventQueryTimestampInput, limit: Int, includeTransfers: Boolean): NftEventsConnection