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

# List markets

`GET /markets`

Retrieves a list of all available FX markets.

## Response `200`

OK

- FxModelsMarket[]
  - `pair` FxModelsCurrencyPair
    - `Base` string
    - `Quote` string
  - `rate` number, double
  - `markupBps` integer
  - `updatedAt` string

---

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