---
title: "Retrieve Blocked Symbols"
method: GET
path: "/v1/blocked-symbols"
tags: ["Blocked Symbols"]
---

# Retrieve Blocked Symbols

`GET /v1/blocked-symbols`

Returns the list of symbols that are blocked from **buy** orders for India / GIFT City accounts. Sell orders for these symbols are still permitted. Requires a customer `Authorization: Bearer` token.

The returned `blocked_symbols` array is sorted alphabetically and de-duplicated.

## Response `200`

The list of symbols blocked from buy orders.

- object
  - `blocked_symbols` string[], required — Alphabetically sorted, de-duplicated list of ticker symbols blocked from buy orders.

## Other responses

- `401` — The request is not authorized. Returned when the `Authorization: Bearer` token is missing, malformed, or invalid.
- `503` — The service is temporarily unavailable. Returned when the request cannot be served due to a transient server-side condition.

---

[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)
