Skip to main content

Prerequisites

  • Neynar API Key: Ensure you have a valid API key from Neynar. You can obtain one by signing up at neynar.com.
  • Onchain wallet: Set up your developer wallet on dev.neynar.com > Apps > your_app > Wallet page
  • Environment Setup: Follow the Getting Started Guide to set up your environment.

API Endpoint

  • Endpoint: /fungible
  • Method: POST
  • Content Type: multipart/form-data

Request Body Schema

The request body should include the following fields:

Required Fields

  • owner: Ethereum address of the token creator.
  • symbol: The token’s symbol or ticker.
  • name: The name of the token.

Optional Metadata Fields

  • 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.

Example Request

Here’s an example of how to deploy a token using the Neynar API:

Response

A successful response will include the following details:

Conclusion

By following this guide, you can easily deploy a fungible token on the Base network using Neynar’s API. For further assistance, reach out to Neynar support or consult the Neynar API documentation.