cURL
curl --request POST \ --url https://api.neynar.com/v2/fungible/ \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form 'owner=<string>' \ --form 'symbol=<string>' \ --form 'name=<string>' \ --form 'metadata[description]=<string>' \ --form 'metadata[nsfw]=true' \ --form 'metadata[website_link]=<string>' \ --form 'metadata[twitter]=<string>' \ --form 'metadata[discord]=<string>' \ --form 'metadata[telegram]=<string>' \ --form network=base \ --form factory=wow
{ "contract": { "fungible": { "object": "fungible", "name": "<string>", "symbol": "<string>", "media": "<string>", "address": "<string>", "decimals": 123 } } }
Creates a new token. This is an allowlisted API, reach out if you want access.
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?