---
title: "Create Asset"
method: POST
path: "/assets"
tags: ["Organization"]
---

# Create Asset

`POST /assets`

This endpoint is used to create a new asset that can be used in a Disbursement. Note: the organization must hold a balance in a particular asset to use it in a disbursement.

## Request body

- object
  - `code` string, required — The asset code
  - `issuer` string, required — The issuer

## Response `201`

Asset created successfully

## Other responses

- `400` — Bad request, invalid request body or the provided code/issuer is invalid.

---

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