Passa al contenuto principale

Exchange v1 Subgraph Entities

attenzione

The LooksRare Exchange v1 is deprecated.

This Subgraph does not return live data since the Exchange v1 is not enabled anymore.

Subgraph Entities

Collection

FieldTypeDescription
idID!
totalTransactionsBigInt!Total transactions for the Collection
totalTakerBidTransactionsBigInt!Total transactions where the taker accepted a listed NFT
totalTakerAskTransactionsBigInt!Total transactions where the taker accepted an offer on an NFT
totalVolumeBigDecimal!Total ETH Volume for the Collection
totalTakerBidVolumeBigDecimal!Total ETH Volume where the taker accepted a listed NFT
totalTakerAskVolumeBigDecimal!Total ETH Volume where the taker accepted an offer on an NFT
totalRoyaltyPaidBigDecimal!Total Royalties paid to the collection
dayDataCollectionDailyData!Daily metrics for the collection
royaltyTransfersRoyaltyTransfer!Royalty transfers to the collection
transactionsTransaction!Transactions for the collection

ExecutionStrategy

FieldTypeDescription
idID!...
protocolFeeBigInt!Protocol fee (e.g., 500 --> 5%)
totalTransactionsBigInt!Total number of transactions
totalTakerBidTransactionsBigInt!Total number of taker bid transactions
totalTakerAskTransactionsBigInt!Total number of taker ask transactions
totalVolumeBigDecimal!Total volume (in ETH)
totalTakerBidVolumeBigDecimal!Total taker bid volume (in ETH)
totalTakerAskVolumeBigDecimal!Total taker ask volume (in ETH)
dayDataExecutionStrategyDailyData!Daily history for execution strategy
transactionsTransaction!Transactions for execution strategy

User

FieldTypeDescription
idID!...
totalTransactionsBigInt!Total transactions for a user
totalAskVolumeBigDecimal!Total volume where the user sold an NFT
totalBidVolumeBigDecimal!Total volume where the user bought an NFT
totalMakerVolumeBigDecimal!Total volume where the user was the maker
totalTakerVolumeBigDecimal!Total volume where the user was the taker
totalVolumeBigDecimal!Total volume for the user
totalRoyaltyCollectedBigDecimal!Total royalties collected by the user
dayDataUserDailyData!Users daily metrics
makerTransactionsTransaction!Users maker transactions
takerTransactionsTransaction!Users taker transactions
royaltyPaymentsRoyaltyTransfer!Users royalty transactions

CollectionDailyData

FieldTypeDescription
idID!...
dateBigInt!Start date (timestamp)
collectionCollection!Collection info
dailyTransactionsBigInt!Daily unique transactions
dailyTakerBidTransactionsBigInt!Daily unique taker bid transactions
dailyTakerAskTransactionsBigInt!Daily unique taker ask transactions
dailyVolumeBigDecimal!Total volume for the day (in ETH)
dailyTakerBidVolumeBigDecimal!Daily taker bid volume (in ETH)
dailyTakerAskVolumeBigDecimal!Daily taker ask volume (in ETH)
dailyVolumeExcludingZeroFeeBigDecimal!Daily volume (in ETH) excluding zero-fee strategy
dailyRoyaltyBigDecimal!Royalty payment (in ETH)

ExchangeDailyData

FieldTypeDescription
idID!...
dateBigInt!Start date (timestamp)
dailyUsersBigInt!Daily unique users
dailyCollectionsBigInt!Daily unique collections traded
dailyTransactionsBigInt!Daily unique transactions
dailyTakerBidTransactionsBigInt!Daily taker ask transactions
dailyTakerAskTransactionsBigInt!Daily taker ask transactions
dailyVolumeBigDecimal!Daily volume (in ETH)
dailyTakerBidVolumeBigDecimal!Daily taker bid volume (in ETH)
dailyTakerAskVolumeBigDecimal!Daily taker ask volume (in ETH)
dailyVolumeExcludingZeroFeeBigDecimal!Daily volume (in ETH) excluding zero-fee strategy

ExecutionStrategyDailyData

FieldTypeDescription
idID!...
strategyExecutionStrategy!Execution strategy
dateBigInt!Start date (timestamp)
dailyTransactionsBigInt!Daily unique transactions
dailyTakerBidTransactionsBigInt!Daily unique taker bid transactions
dailyTakerAskTransactionsBigInt!Daily unique taker bid transactions
dailyVolumeBigDecimal!Daily volume (in ETH)
dailyTakerBidVolumeBigDecimal!Daily taker bid volume (in ETH)
dailyTakerAskVolumeBigDecimal!Daily taker ask volume (in ETH)

UserDailyData

FieldTypeDescription
idID!ID
dateBigInt!Start date (timestamp)
userUser!User
dailyTransactionsBigInt!Daily unique transactions
dailyVolumeBigDecimal!Daily volume (in ETH)
dailyVolumeExcludingZeroFeeBigDecimal!Daily volume (in ETH) excluding zero-fee strategy

RoyaltyTransfer

FieldTypeDescription
idID!ID
dateBigInt!Timestamp of Royalty Transfer
blockBigInt!Block number
collectionCollection!Collection
tokenIdBigInt!Token Identifier
userUser!User
amountBigDecimal!Amount received (in ETH)

Transaction

FieldTypeDescription
idID!ID
dateBigInt!Date (timestamp)
blockBigInt!Block number
collectionCollection!Collection
isTakerAskBoolean!Whether the transaction is a takerAsk
strategyExecutionStrategy!Execution strategy
tokenIdBigInt!Token Identifier
priceBigDecimal!Price (in ETH)
makerUser!Maker user
takerUser!Taker user