---
title: "List Markets"
method: GET
path: "/v1/ebay/markets"
tags: ["eBay Reference"]
---

# List Markets

`GET /v1/ebay/markets`

List all supported eBay marketplaces.

## Response `200`

Supported marketplaces

- object
  - `markets` object[]
    - `code` string — Market code (e.g. US, GB, DE).
    - `domain` string — eBay domain TLD for this market (e.g. com, co.uk).
    - `country` string — ISO 3166-1 alpha-2 country code.
    - `currency` string — ISO 4217 currency code.
    - `locale` string — BCP-47 locale (e.g. en-US).
    - `name` string — Marketplace country name.
    - `site_id` integer — eBay legacy global site id.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
