Simulates mint calldata for the given recipients, contract, and network. Useful for previewing calldata and ABI before minting.
Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Calldata for the mint transaction.
"0xabcdef"
"0x1234abcd"
Estimated total cost in wei (value + gas). Use this for price display.
"100000000000000"
"mintTo"
"base"
NFT mint recipient. Exactly one of "address" or "fid" must be set.
Ethereum address
^0x[a-fA-F0-9]{40}$"0x5a927ac639636e534b678e81768ca19e2c6280b7"
"0"
ABI for the mint function.