POST
/
v2
/
fungible
/
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
    }
  }
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

multipart/form-data

Response

200
application/json

Success

The response is of type object.