---
title: "Query Cross Margin Pair (MARKET_DATA)"
method: GET
path: "/sapi/v1/margin/pair"
tags: ["Margin"]
---

# Query Cross Margin Pair (MARKET_DATA)

`GET /sapi/v1/margin/pair`

Weight(IP): 10

## Query parameters

- `symbol` string, required

## Response `200`

Margin pair details

- object
  - `id` integer, required
  - `symbol` string, required
  - `base` string, required
  - `quote` string, required
  - `isMarginTrade` boolean, required
  - `isBuyAllowed` boolean, required
  - `isSellAllowed` boolean, required

## Other responses

- `400` — Bad Request

## Changes

- **2021-10-25** `a484ce871a72` — 9 info
  - the response property `base` became required for the status `200`
  - the response property `code` became required for the status `400`
  - the response property `id` became required for the status `200`
  - the response property `isBuyAllowed` became required for the status `200`
  - …5 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/margin/pair/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/2db60fa8dfed/schema)
