Skip to main content
POST
Deploy fungible

Node.js SDK

🔗 SDK Method: deployFungible Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

multipart/form-data
name
string
required

Name of the token

owner
string
required

Ethereum address of the one who is creating the token

symbol
string
required

Symbol/Ticker for the token

factory
enum<string>
default:wow

Factory name

Available options:
wow,
clanker
metadata[description]
string

Description of the token

metadata[discord]
string

Discord server link

metadata[media]
file | null

Media file associated with the token. Supported formats are image/jpeg, image/gif and image/png

metadata[nsfw]
enum<string>

Indicates if the token is NSFW (Not Safe For Work).

Available options:
true,
false
metadata[telegram]
string

Telegram link

metadata[twitter]
string

Twitter profile link

Website link related to the token

network
enum<string>
default:base

Network/Chain name

Available options:
base

Response

Success

contract
object