mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
2.0 KiB
2.0 KiB
title, source, fetched_at
| title | source | fetched_at |
|---|---|---|
| Classic Portfolio Margin Account Information | Binance Open Platform | https://developers.binance.com/docs/derivatives/usds-margined-futures/portfolio-margin-endpoints | 2026-01-27T05:28:29.603Z |
Classic Portfolio Margin Account Information (USER_DATA)
API Description
Get Classic Portfolio Margin current account information.
HTTP Request
GET /fapi/v1/pmAccountInfo
Request Weight
5
Request Parameters
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
{ "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}