---
title: "Returns storage that is for sale"
method: GET
path: "/sales/availability"
tags: ["Marketplace"]
---

# Returns storage that is for sale

`GET /sales/availability`

## Response `200`

Retrieved content specified by CID

- SalesAvailability[]
  - `id` string — Hexadecimal identifier of the availability
  - `size` string, required — Size of available storage in bytes as hexadecimal string
  - `duration` string — The duration of the request in seconds as hexadecimal string
  - `minPrice` string, required — Minimum price to be paid (in amount of tokens) as hexadecimal string

## Other responses

- `503` — Sales are unavailable

## Changes

- **2023-03-15** `dfe487dfc0e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/sales/availability/get.md)

---

[API](https://skmtc.dev/logos-storage/apis/logos-storage-api.md) · [All operations](https://skmtc.dev/logos-storage/apis/logos-storage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/logos-storage/logos-storage-api/revisions/dfe487dfc0e2/schema)
