---
title: "Get market"
method: GET
path: "/markets/{base}/{quote}"
tags: ["Markets"]
---

# Get market

`GET /markets/{base}/{quote}`

Retrieves market information for the specified base and quote currencies.

## Path parameters

- `base` string, required
- `quote` string, required

## 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)
