Go to GraphQL

GraphQL playground

Use template for query

{
  campaign (id: "GCuJ6Ut167")
  {
    name
    numNFTMinted
    holdersList (first: 1000 after: "4000")
  }
}

id — OAT id

first — number of result, max 1000

after — like a pagination

Save wallet addresses to file

1. Copy result from the right bar

Group 4096.jpg

2. Go to the convertcsv.com

JSON To CSV Converter

3. Paste data and press one of:

Untitled

4. Convert to .CSV or .XLS