This guide provides a step-by-step process to deploy a fungible token on the Base network using Neynar’s API. The deployment process is simplified to a single API call, eliminating the need for developers to write Solidity code or handle on-chain transaction signing. Neynar covers the on-chain deployment fees and assigns the specified owner address as the token owner.
/fungible
POST
multipart/form-data
owner
: Ethereum address of the token creator.symbol
: The token’s symbol or ticker.name
: The name of the token.media
: Can be a binary file (image/jpeg, image/gif, image/png) or a URI.description
: A brief description of the token.nsfw
: Indicates if the token is NSFW (“true” or “false”).website_link
, twitter
, discord
, telegram
: Links related to the token.