---
title: "Purchase Asset"
method: POST
path: "/marketplace/purchase"
tags: ["marketplace"]
---

# Purchase Asset

`POST /marketplace/purchase`

## Request body

- PurchaseRequest
  - `asset_type` string
  - `asset_id` string, uuid, required
  - `target_space_id` string, uuid, nullable

## Response `200`

Successful Response

- PurchaseResponse
  - `purchase_id` string, uuid, required
  - `asset_type` string, required
  - `asset_id` string, uuid, required
  - `credits_paid` integer, required
  - `new_balance` integer, required
  - `cloned_asset_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
