OpenSea Epic Seller
Curated by

Galxe
ID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
07/08/2023, 23:25:01
Endpoint
https://api.thegraph.com/***Query
query seller($address: String!){ seller(id: $address) { id tradeCount } }
Expression
function(data) { if (data.seller != null && data.seller.tradeCount >= 5) { return 1 } return 0 }