Returns: NftPoolEventsResponse

Arguments

networkId
Int!
required

The network ID the NFT collection is deployed on.

collectionAddress
String

The contract address of the NFT collection.

poolAddress
String

The NFT pool address to filter by.

exchangeAddress
String

The NFT AMM marketplace address to filter by.

eventTypes
[NftPoolEventType!]

The event types to filter by.

timestamp
EventQueryTimestampInput

The time range to filter by.

cursor
String

The cursor to use for pagination.

limit
Int

The maximum number of NFT pool events to return.

Schema

"""Returns transactions for an NFT collection across all NFT pools or within a given pool."""
getNftPoolEvents(networkId: Int!, collectionAddress: String, poolAddress: String, exchangeAddress: String, eventTypes: [NftPoolEventType!], timestamp: EventQueryTimestampInput, cursor: String, limit: Int): NftPoolEventsResponse