---
title: "Get Markets"
method: GET
path: "/v1/markets"
tags: ["Markets"]
---

# Get Markets

`GET /v1/markets`

Returns available trading markets. For the list of supported markets, see [Markets](/markets).

If called with authentication, some fields are updated to reflect account-specific values.

## Response `200`

Markets response

- object
  - `success` boolean, required — Whether the request was successful
  - `error` string — Error message, present only on failure
  - `error_code` string — Semantic error code. See each endpoint's error responses for the specific codes it can return.
  - `deprecated` string — Deprecation notice, if applicable
  - `result` MarketsResult
    - `perps` object — Perpetual futures markets
      - `tradingPairs` PerpsTradingPair[] — Available perps trading pairs and their configuration
        - `market` string — Market identifier (e.g. AAPL-USD.P)
        - `baseIncrement` string — Minimum size increment in base currency
        - `quoteIncrement` string — Minimum price increment in quote currency
    - `tokenConfig` TokenConfig[] — Token configuration for supported assets
      - `id` string — Token symbol identifier
      - `name` string — Token display name
      - `decimals` integer — Display decimals
      - `tokenDecimals` integer — On-chain token decimals
      - `networks` object — Supported networks and contract addresses
      - `ucid` integer — Unified coin ID
      - `coinGeckoId` string
      - `coinGeckoCurrency` string
      - `bridgeInfoUrl` string
      - `description` string

## Other responses

- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/revisions/39df6b2fa672/schema)
