v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Creation

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.

post/create/get-random-mint

Request body

prefixstring

Optional base58 prefix the returned mint must start with.

suffixstring

Optional base58 suffix the returned mint must end with.

walletstring

Optional creator wallet, used for rate-limiting.

Response

Random mint

mintstring

Base58 mint address.

privateKeystring

Base58 secret key for the mint. Must be signed into the create transaction once and then discarded.