Simulates mint calldata for the given recipients, contract, and network. Useful for previewing calldata and ABI before minting.
API key to authorize requests
JSON array of recipients (same structure as POST).
Ethereum address
^0x[a-fA-F0-9]{40}$"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Network to mint on.
base, optimism, base-sepolia Success
NFT mint recipient. Exactly one of "address" or "fid" must be set.
"mintTo"
Ethereum address
^0x[a-fA-F0-9]{40}$"0x5a927ac639636e534b678e81768ca19e2c6280b7"
"0x1234abcd"
"0"
Estimated total cost in wei (value + gas). Use this for price display.
"100000000000000"
"base"
Calldata for the mint transaction.
"0xabcdef"
ABI for the mint function.