v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Trading

Retrieve real-time Trading Limits for an Account

This endpoint is only available to accounts with the trading limits feature enabled, and not on JIT. The daily trading limit is set at the correspondent level (or the account level) and is used as the limit for the total amount due to Alpaca on the date of settlement. The limit in use returns the real time usage of this limit, based on the setup it uses the usage is calculated differently. If the limit in use reaches the daily_net_limit or available is zero, further purchasing activity will be halted, however, the limit can be adjusted by reaching out to Alpaca with the proposed new limit and the reason for the change.

get/v1/trading/accounts/{account_id}/limits

Path parameters

account_idstring required

Response

Returns the trading limit set for the account and the real-time usage of the limit

availablestring decimal

The remaining net buying limit that can be used for trading.

daily_net_limitstring decimal

The net buying limit that can be reached before further trading activity is restricted. Please reach out to learn more about how this limit is determined.

heldstring decimal

The limit that is currently being held for open orders

swap_ratestring decimal

The swap rate is applicable for Local Currency Trading (LCT) accounts

usedstring decimal

The real time net value of cash inflows (buy trades, etc.) with cash outflows (sell trades, etc). This will be dynamic throughout the day based on user activity, with executed orders being reset at the start of the next trading day.