---
title: "List mint whitelist wallet addresses"
method: GET
path: "/mint/whitelist"
tags: ["mint"]
---

# List mint whitelist wallet addresses

`GET /mint/whitelist`

## Query parameters

- `type` string, required

## Headers

- `X-Api-Key` string, required

## Response `200`

OK

- InternalHandlersMintWhitelistListResponse
  - `data` InternalHandlersMintWhitelistAddressItem[]
    - `task_count` integer
    - `wallet_address` string
  - `total` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
