v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Drops Endpoints

Build mint transaction data for a drop

Returns ready-to-sign transaction data for minting tokens from a drop. The caller is responsible for signing and submitting the transaction. No wallet authentication is required — only an API key. The minter address in the request body determines who will receive the tokens. Stage selection is handled automatically by the backend — if multiple stages are active, the first eligible stage is used.

post/api/v2/drops/{slug}/mint

Path parameters

slugstring required

The collection slug identifying the drop

Request body

minterstring required

Wallet address that will receive the minted tokens

quantityinteger required

Number of tokens to mint

Example request

{
  "minter": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "quantity": 1
}

Response

Ready-to-sign transaction data including target contract, calldata, and value