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
Success
Calldata simulations for NFT minting.
NFT mint recipient. Exactly one of "address" or "fid" must be set.
Example:
"mintTo"
Ethereum address
Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Example:
"0x1234abcd"
Example:
"0"
Example:
"base"
Calldata for the mint transaction.
Example:
"0xabcdef"
ABI for the mint function.