Files
ritmex-bot/docs/binance/binance_derivatives/docs_derivatives_usds-margined-futures_convert.md
T
2026-02-27 10:52:43 +08:00

1.9 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
List all convert pairs | Binance Open Platform https://developers.binance.com/docs/derivatives/usds-margined-futures/convert 2026-01-27T05:28:26.536Z

List All Convert Pairs

API Description

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

HTTP Request

GET /fapi/v1/convert/exchangeInfo

Request Weight

20(IP)

Request Parameters

Name

Type

Mandatory

Description

fromAsset

STRING

EITHER OR BOTH

User spends coin

toAsset

STRING

EITHER OR BOTH

User receives coin

  • User needs to supply either or both of the input parameter
  • If not defined for both fromAsset and toAsset, only partial token pairs will be returned
  • Asset BNFCR is only available to convert for MICA region users.

Response Example

[  {    "fromAsset":"BTC",    "toAsset":"USDT",    "fromAssetMinAmount":"0.0004",    "fromAssetMaxAmount":"50",    "toAssetMinAmount":"20",    "toAssetMaxAmount":"2500000"  }]