---
title: "List Markets"
method: GET
path: "/markets"
tags: ["Market Data"]
---

# List Markets

`GET /markets`

Retrieves the set of current available markets for trading with details.

## Response `200`

A successful response.

- ListMarketsResponse
  - `markets` MarketDetails[]
    - `market` 'ETHEUR' | 'ETHSGD' | 'ETHUSD' | 'BTCEUR' | 'BTCSGD' | 'BTCUSD' | 'PAXGUSD' | 'BCHUSD' | 'LTCUSD' | 'USDPUSD' | 'LINKUSD' | 'AAVEUSD' | 'UNIUSD' | 'PEPEUSD' | 'TRUMPUSD' | 'SHIBUSD' | 'ARBUSD' | 'BONKUSD' | 'ENAUSD' | 'MNTUSD' | 'ONDOUSD' | 'PENGUUSD' | 'QNTUSD' | 'RENDERUSD' | 'SKYUSD' | 'WIFUSD' | 'WLDUSD' | 'DOGEUSD' | 'AVAXUSD' | 'SUIUSD' | 'POLUSD' | 'XLMUSD' | 'BNBUSD'
    - `base_asset` string
    - `quote_asset` string — Quote asset. Fiat Only (USD, EUR, SGD).
    - `tick_rate` string, decimal
    - `market_status` MarketStatus — Current trading status of a market, including availability, reason codes, and scheduled maintenance windows.
      - `buy_status` 'MARKET_TRADING_STATUS_UNSPECIFIED' | 'AVAILABLE' | 'UNAVAILABLE' — Trading status of a market. - AVAILABLE: The market is open and accepting orders. - UNAVAILABLE: The market is not currently accepting IOC or FOK orders.
      - `buy_reason` 'MARKET_STATUS_REASON_UNSPECIFIED' | 'SCHEDULED_MAINTENANCE' | 'TRADING_SUSPENDED' | 'UNSCHEDULED_MAINTENANCE' — Reason a market is unavailable.
      - `sell_status` 'MARKET_TRADING_STATUS_UNSPECIFIED' | 'AVAILABLE' | 'UNAVAILABLE' — Trading status of a market. - AVAILABLE: The market is open and accepting orders. - UNAVAILABLE: The market is not currently accepting IOC or FOK orders.
      - `sell_reason` 'MARKET_STATUS_REASON_UNSPECIFIED' | 'SCHEDULED_MAINTENANCE' | 'TRADING_SUSPENDED' | 'UNSCHEDULED_MAINTENANCE' — Reason a market is unavailable.
      - `updated_at` string, date-time
      - `scheduled_maintenance` ScheduledMaintenance[]
        - `starts_at` string, date-time — Start of the maintenance window.
        - `ends_at` string, date-time — Expected end of the maintenance window.
        - `recurrence` 'MAINTENANCE_RECURRENCE_UNSPECIFIED' | 'NONE' | 'DAILY' | 'WEEKLY' — How often a maintenance window repeats. - NONE: A one-off maintenance window that will not repeat. - DAILY: The window recurs every day at the same time. - WEEKLY: The window recurs every week on the same day and time.
    - `min_base_amount` string — Minimum base amount allowed for this market.
    - `min_quote_amount` string — Minimum quote amount allowed for this market.
    - `max_base_amount` string — Maximum base amount allowed for this market.
    - `max_quote_amount` string — Maximum quote amount allowed for this market.

---

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