Margin
Get portfolio margin
Get latest portfolio margin calculation for the given entity
get/entities/{entity_id}/portfolio-margin
Path parameters
entity_idstring required
Entity ID for the legal entity.
Example:100000
Entity ID
Response
Portfolio margin
Example response
{
"groups": [
{
"members": [
{
"symbol": "AAPL",
"quantity": "100"
}
]
}
]
}