Skip to content

Count the positions booked against a brokerage.

GET
/api/brokerages/{id}/position-count
curl --request GET \
--url https://api.tradr.cloud/api/brokerages/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/position-count

Authed. Used to warn before a destructive edit.

id
required
string format: uuid

The count.

Media typeapplication/json
object
count
integer
Examplegenerated
{
"count": 1
}

No such brokerage for this user.