---
title: "getMarketplaces"
method: GET
path: "/v1/marketplaces"
tags: ["NFTs"]
---

# getMarketplaces

`GET /v1/marketplaces`

Get a list of marketplaces where Sui NFTs are traded.

## Query parameters

- `page` integer, required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `period` 'DAY' | 'WEEK' | 'MONTH' | 'ALL', required — Chart period.
- `sortBy` 'NAME' | 'TX_BLOCKS' | 'VOLUME', required — Select sorting parameter.
- `showWithVolume` boolean — Flag showing that the selected marketplaces have a non-null trade volume denominated in Sui.

## Response `200`

OK

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/revisions/3e4cb73940b7/schema)
