Portfolio Margin
Portfolio Margin Account (USER_DATA)
Get the account info
'Weight(IP): 1'
get/sapi/v1/portfolio/account
Query parameters
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Portfolio account.
Example response
{
"uniMMR": "1.87987800",
"accountEquity": "122607.35137903",
"actualEquity": "142607.35137903",
"accountMaintMargin": "23.72469206",
"accountStatus": "NORMAL",
"accountType": "PM_1"
}Changes
Changed in 2 of the 26 revisions of this API.3
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○