---
title: "Retrieve the pair information corresponding to a baseToken and a quoteToken"
method: GET
path: "/pair"
tags: ["pairs"]
---

# Retrieve the pair information corresponding to a baseToken and a quoteToken

`GET /pair`

Multiple status values can be provided with comma separated strings

## Query parameters

- `baseToken` string, required
- `quoteToken` string, required

## Response `200`

successful operation

- Pair
  - `id` string
  - `baseTokenSymbol` string
  - `baseTokenAddress` string
  - `baseTokenDecimals` integer
  - `quoteTokenSymbol` string
  - `quoteTokenAddress` string
  - `quoteTokenDecimals` integer
  - `listed` boolean
  - `active` boolean
  - `rank` integer
  - `makeFee` string
  - `takeFee` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

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