---
title: "Add KOL wallets to guaranteed mint whitelist"
method: POST
path: "/mint/whitelist/kol"
tags: ["mint"]
---

# Add KOL wallets to guaranteed mint whitelist

`POST /mint/whitelist/kol`

## Headers

- `X-Api-Key` string, required

## Request body

- InternalHandlersAddKOLWhitelistRequest
  - `addresses` string[]

## Response `200`

OK

- InternalHandlersAddKOLWhitelistResponse
  - `added` integer
  - `invalid` string[]

## 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)
