Off-ramp (Sell) APIs
Get payment method list v2
Code
Request Body
| Field | Type | Mandatory | Remarks |
|---|---|---|---|
| language | string | No | Language code, which determines the multi-language of the content(if any, such as "payment method name") in the response data. If not passed, English is the default. The format is "LanguageCode-RegionCode", RegionCode is optional. |
Response Body
Data: PaymentMethodV2Object array
| Field | Type | Remarks |
|---|---|---|
| fiatCurrency | string | Fiat currency |
| paymentMethods | object array | Payment method details. Refer to PaymentMethodV2DetailObject |
PaymentMethodV2DetailObject
| Field | Type | Remarks |
|---|---|---|
| payMethodCode | string | payment method code |
| payMethodSubCode | string | payment method sub code |
| paymentMethod | string | payment method display name |
| p2p | bool | Indicate whether the payment method belongs to Binance P2P |
Example
Request Parameters:
Code
Response:
Code
About payment method "SELL_WALLET"
"SELL_WALLET" is a special payment method that allows users to sell crypto for fiat currency balances in their Binance wallets.
For example, in some countries or regions, Binance supports users to deposit and withdraw fiat currencies (such as euro - EUR) directly. At this time, users can sell crypto for EUR (in Binance wallet). We call this payment method as "SELL_WALLET".
Was this page helpful?
Last modified on