POAPs

Learn how to fetch POAPs in common from multiple users.

You can fetch common POAPs of multiple user(s) provided the user's 0x address, ENS domains, Lens profile, or Farcaster name or ID:

Try Demo

Show common POAPs of two users

Code

query MyQuery {
  Poaps(
    input: {filter: {owner: {_eq: "0xeaf55242a90bb3289db8184772b0b98562053559"}}, blockchain: ALL, limit: 200}
  ) {
    Poap {
      poapEvent {
        poaps(input: {filter: {owner: {_eq: "0xB59Aa5Bb9270d44be3fA9b6D67520a2d28CF80AB"}}}) {
          poapEvent {
            eventName
          }
        }
      }
    }
  }
}

Developer Support

If you have any questions or need help regarding fetching common ERC20 tokens, NFTs, or POAPs of multiple users, please join our Airstack's Telegram group.

More Resources

Last updated

#300: add-user-details

Change request updated