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

Get the calculator's buying-power basis.

GET
/api/users/me/buying-power-basis
curl --request GET \
--url https://api.tradr.cloud/api/users/me/buying-power-basis

Authed. Which account figure the position-sizing calculator caps position size against — cash (balance less the cost basis of open positions) or balance (total equity). Never null; the column defaults to cash.

The stored basis.

Media typeapplication/json
object
basis
string
Allowed values: cash balance
Example
{
"basis": "cash"
}

Authentication required.