---
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.

## Headers

- `X-Wallet-Id` string

## 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.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-08-31** `7588d8d2a3c7` — 4 info
  - added the new optional `header` request parameter `X-Wallet-Id`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/changes/assets/post.md)

---

[API](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.dev/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/7588d8d2a3c7/schema)
