NFTs
Simulate NFT mint calldata
Simulates mint calldata for the given recipients, contract, and network. Useful for previewing calldata and ABI before minting.
GET
Simulate NFT mint calldata
Related tutorial: Minting for Farcaster Users
Authorizations
API key to authorize requests
Query Parameters
JSON array of recipients (same structure as POST).
Ethereum address
Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Network to mint on.
Available options:
base
, optimism
, base-sepolia
Response
200
application/json
Success
Calldata simulations for NFT minting.
Simulate NFT mint calldata