---
title: "Get Creator Asset Sales"
method: GET
path: "/marketplace/creator/sales/assets"
tags: ["marketplace"]
---

# Get Creator Asset Sales

`GET /marketplace/creator/sales/assets`

## Response `200`

Successful Response

- CreatorAssetSales[]
  - `asset_id` string, uuid, required
  - `asset_name` string, required
  - `asset_image` string, nullable
  - `price` integer, nullable
  - `purchase_count` integer
  - `revenue_credits` integer
  - `avg_rating` number, nullable
  - `review_count` integer

---

[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)
