---
title: "List All Convert Pairs"
method: GET
path: "/sapi/v1/convert/exchangeInfo"
tags: ["Convert"]
---

# List All Convert Pairs

`GET /sapi/v1/convert/exchangeInfo`

Query for all convertible token pairs and the tokens’ respective upper/lower limits

Weight(IP): 3000

## Query parameters

- `fromAsset` string
- `toAsset` string

## Response `200`

List Convert Pairs

- object[]
  - `fromAsset` string, required
  - `toAsset` string, required
  - `fromAssetMinAmount` string, required
  - `fromAssetMaxAmount` string, required
  - `toAssetMinAmount` string, required
  - `toAssetMaxAmount` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2023-09-19** `558ab69ec555` — 3 warning, 1 info
  - deleted the `query` request parameter `recvWindow`
  - deleted the `query` request parameter `signature`
  - deleted the `query` request parameter `timestamp`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2022-12-23** `0fd8c8a60f97` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/convert/exchangeInfo/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/0dd2f133e12d/schema)
