---
title: "Create new token"
method: POST
path: "/tokens"
tags: ["tokens"]
---

# Create new token

`POST /tokens`

Returns newly created token

## Request body

- Token
  - `id` string
  - `name` string
  - `symbol` string
  - `address` string
  - `image` Image
    - `url` string
    - `meta` object
  - `contractAddress` string
  - `decimals` integer
  - `active` boolean
  - `listed` boolean
  - `quote` boolean
  - `makeFee` string
  - `takeFee` string
  - `usd` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Response `200`

successful operation

- Token
  - `id` string
  - `name` string
  - `symbol` string
  - `address` string
  - `image` Image
    - `url` string
    - `meta` object
  - `contractAddress` string
  - `decimals` integer
  - `active` boolean
  - `listed` boolean
  - `quote` boolean
  - `makeFee` string
  - `takeFee` string
  - `usd` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Invalid payload
- `500` — Internal Server Error

---

[API](https://skmtc.net/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/revisions/18b6ffedd480/schema)
