---
title: "Retrieve all pair data"
method: GET
path: "/pairs/data"
tags: ["pairs"]
---

# Retrieve all pair data

`GET /pairs/data`

Multiple status values can be provided with comma separated strings

## Response `200`

successful operation

- PairData
  - `pair` PairID
    - `pairName` string
    - `baseToken` string
    - `quoteToken` string
  - `open` string
  - `high` string
  - `low` integer
  - `close` string
  - `volume` string
  - `count` string
  - `timestamp` string
  - `orderVolume` string
  - `orderCount` string
  - `askPrice` string
  - `bidPrice` string
  - `price` string
  - `rank` integer

## Other responses

- `400` — baseToken Parameter missing
- `500` — Internal Server Error

---

[API](https://skmtc.net/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/versions/18b6ffedd480/schema)
