Skip to content
These docs describe Tradr v0.14.0. Running an older release? Check the release notes for what changed.

List brokerages.

GET
/api/brokerages
curl --request GET \
--url https://api.tradr.cloud/api/brokerages

Authed. Returns the user’s own brokerages plus the built-in system ones, each with its fee schedule. A brokerage is a name and a fee schedule that accounts and positions reference so commissions are computed consistently. Tradr does not connect to any broker; nothing here holds credentials.

The brokerages visible to this user.

No valid session.