---
title: "POST /api/currency-listings"
method: POST
path: "/api/currency-listings"
tags: ["ApiCurrencyListings"]
---

# POST /api/currency-listings

`POST /api/currency-listings`

## Request body

- CurrencyListingCreateDto
  - `currencyCode` string, required
  - `totalTokensAmount` integer
  - `tokenDecimalPlaces` integer
  - `userId` string, nullable
  - `tokenName` string, required
  - `useFairLaunch` boolean
  - `projectGoal` string, nullable
  - `investmentCondition` string, nullable
  - `investmentConditionHint` string, nullable
  - `category` string, nullable
  - `location` string, nullable
  - `officialLink` string, nullable
  - `whitePaperLink` string, nullable
  - `logoImageId` string, nullable
  - `headerImageId` string, nullable
  - `title` string, nullable
  - `subtitle` string, nullable
  - `content` string, nullable
  - `projectImageId` string, nullable
  - `socialLink1` string, nullable
  - `socialLink2` string, nullable
  - `socialLink3` string, nullable
  - `socialLink4` string, nullable
  - `partnerLogoUrl` string, nullable
  - `partnerPageUrl` string, nullable
  - `marketPageDisplayOrder` integer
  - `overriddenSupply` number, double, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
