Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Your firm’s API key (the API calls this the tenant key; trdrs_sk_…), server-to-server only.

Query Parameters

broker
string

Pick a connected broker. Omitted = the priority default. A present-but-unknown value is a 400, never a silent fallback.

account
string

Pick an account within that broker. Validated against the caller's own set; out-of-set is a 400.

Response

The account summary

broker
string
required
accountNumber
string
required
currency
string
required
balance
number | null
realizedPnl
number | null
unrealizedPnl
number | null
netLiquidating
number | null
availableBuyingPower
number | null

The real margin/leverage denominator (leverage = netLiquidating / marginRequired).

usedBuyingPower
number | null
marginBalance
number | null
asOf
number | null

Epoch seconds; null until the first broker snapshot.