---
title: "Retrieve real-time Trading Limits for an Account"
method: GET
path: "/v1/trading/accounts/{account_id}/limits"
tags: ["Trading"]
---

# Retrieve real-time Trading Limits for an Account

`GET /v1/trading/accounts/{account_id}/limits`

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.

## Path parameters

- `account_id` string, required

## Response `200`

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

- AccountTradingLimit
  - `available` string, decimal — The remaining net buying limit that can be used for trading.
  - `daily_net_limit` string, 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.
  - `held` string, decimal — The limit that is currently being held for open orders
  - `swap_rate` string, decimal — The swap rate is applicable for Local Currency Trading (LCT) accounts
  - `usd` USDAccountTradingLimit
    - `available` string, decimal — The remaining net buying limit that can be used for trading.
    - `daily_net_limit` string, 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.
    - `held` string, decimal — The limit that is currently being held for open orders
    - `used` string, 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.
  - `used` string, 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.

## Other responses

- `404` — Returned when the account is not configured for trading limits

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
