--- title: "Classic Portfolio Margin Account Information | Binance Open Platform" source: "https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints" fetched_at: "2026-01-27T05:28:29.603Z" --- # Classic Portfolio Margin Account Information (USER\_DATA) ## API Description[​](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) Get Classic Portfolio Margin current account information. ## HTTP Request[​](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) GET `/fapi/v1/pmAccountInfo` ## Request Weight[​](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) **5** ## Request Parameters[​](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) Name Type Mandatory Description asset STRING YES recvWindow LONG NO timestamp LONG YES > - maxWithdrawAmount is for asset transfer out to the spot wallet. ## Response Example[​](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) ``` { "maxWithdrawAmountUSD": "1627523.32459208", // Classic Portfolio margin maximum virtual amount for transfer out in USD "asset": "BTC", // asset name "maxWithdrawAmount": "27.43689636", // maximum amount for transfer out} ``` - [API Description](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) - [HTTP Request](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) - [Request Weight](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) - [Request Parameters](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints) - [Response Example](https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints)