---
title: "Query Max Transfer-Out Amount (USER_DATA)"
method: GET
path: "/sapi/v1/margin/maxTransferable"
tags: ["Margin"]
---

# Query Max Transfer-Out Amount (USER_DATA)

`GET /sapi/v1/margin/maxTransferable`

- If `isolatedSymbol` is not sent, crossed margin data will be sent.

Weight(IP): 50

## Query parameters

- `asset` string, required
- `isolatedSymbol` string
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Details on max transferable amount

- object
  - `amount` string, required — Account's currently max borrowable amount with sufficient system availability
  - `borrowLimit` string, required — Max borrowable amount limited by the account level

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