Skip to main content
Version: 202601

Preview markets to be deleted

POST 

/openapi/2026-01/markets/preview

Given a set of countries, preview which existing markets would be fully claimed and therefore automatically deleted. Call this before creating or updating a market so the caller knows which markets will be removed.

Request

Bodyrequired

    countriesstring[]required

    Countries to claim, ISO 3166-1 alpha-2 codes in upper case (e.g., US, JP). Because a country may belong to only one market, any other market whose countries are all claimed here will be automatically deleted

    except_market_idstring

    Market ID to exclude from the check

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    countint64

    Number of markets that would be automatically deleted

    markets object[]

    Markets that would be automatically deleted

  • Array [
  • idstring

    Market ID

    namestring

    Market name

  • ]