v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Drops Endpoints

Build cross-chain mint transactions for a drop

Returns an ordered list of transactions for minting a drop using a token on another chain. The payer signs each transaction in order, and the minter receives the NFT. After submission, pass receipt_request to POST /api/v2/transactions/receipt and poll until the status is terminal.

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

Path parameters

slugstring required

The collection slug identifying the drop

Request body

payerstring required

Wallet address that will sign and pay for the transactions

minterstring required

Wallet address that will receive the minted tokens

quantityinteger required

Number of tokens to mint

Example request

{
  "payer": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "minter": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "quantity": 1,
  "payment": {
    "chain": "base",
    "token_address": "0x0000000000000000000000000000000000000000"
  }
}

Response

Ordered transactions required to complete the mint