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

---

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