---
title: "Deploy fungible"
method: POST
path: "/v2/fungible/"
tags: ["Onchain"]
---

# Deploy fungible

`POST /v2/fungible/`

Creates a new token.
This is an allowlisted API, reach out if you want access.

## Response `200`

Success

- DeployFungibleResponse
  - `contract` object
    - `fungible` object
      - `address` string — Contract address of the token
      - `decimals` integer — Decimal precision of the token
      - `media` string — URI of the token media
      - `name` string — Name of the token
      - `object` string
      - `symbol` string — Symbol of the token

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.net/neynar/apis/neynar-api.md) · [All operations](https://skmtc.net/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neynar/neynar-api/versions/dbb91bfb0d1a/schema)
