---
title: "Get random mint"
method: POST
path: "/create/get-random-mint"
tags: ["Creation"]
---

# Get random mint

`POST /create/get-random-mint`

Return a fresh, unused mint keypair for the caller. Optional filters
let the platform pre-generate vanity addresses with a specific
prefix/suffix.

## Request body

- object
  - `prefix` string — Optional base58 prefix the returned mint must start with.
  - `suffix` string — Optional base58 suffix the returned mint must end with.
  - `wallet` string — Optional creator wallet, used for rate-limiting.

## Response `200`

Random mint

- object
  - `mint` string — Base58 mint address.
  - `privateKey` string — Base58 secret key for the mint. Must be signed into the create transaction once and then discarded.

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
