Skip to main content

Query Max Transfer-Out Amount (USER_DATA)

API Description

Query Max Transfer-Out Amount

HTTP Request

GET /sapi/v1/margin/maxTransferable

Request Weight

50(IP)

Request Parameters

NameTypeMandatoryDescription
assetSTRINGYES
isolatedSymbolSTRINGNOisolated symbol
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES
  • If isolatedSymbol is not sent, crossed margin data will be sent.

Response Example

 {
"amount": "3.59498107"
}