---
title: "Retrieve All Assets"
method: GET
path: "/v1/assets"
tags: ["Assets"]
---

# Retrieve All Assets

`GET /v1/assets`

Returns all assets

## Query parameters

- `status` 'active' | 'inactive' | 'all'
- `asset_class` 'us_equity' | 'crypto'
- `attributes` string[]

## Response `200`

An array of asset objects.

- Asset[]
  - `attributes` string[] — Unique characteristics of the asset. Supported values: - `ptp_no_exception`: Asset is a Publicly Traded Partnership (PTP) without a qualified notice; non-U.S. customers may incur 10% withholding on gross proceeds as per IRS guidance, and are blocked from being purchased by default. - `ptp_with_exception`: Users can open positions in these PTPs without general restrictions. - `ipo`: Accepting limit orders only before the stock begins trading on the secondary market. - `has_options`: The underlying equity has listed options available on the platform. Note: if the equity had inactive/expired contracts in the past, this will still show up. - `options_late_close`: Indicates the underlying asset's options contracts close at 4:15pm ET instead of the standard 4:00pm ET. - `fractional_eh_enabled`: Indicates the asset accepts fractional orders during extended hours sessions (pre-market, post-market, and overnight if enabled). - `overnight_tradable`: Asset is eligible for overnight (24x5) trading in supported venues on the platform. - `overnight_halted`: Asset is eligible for overnight trading but is currently halted/blocked for overnight sessions due to risk, corporate action, compliance, or venue constraints.
  - `borrow_status` 'easy_to_borrow' | 'hard_to_borrow' — Borrow status for US equity assets. This field is omitted for non-US-equity assets.
  - `class` 'us_equity' | 'us_option' | 'crypto' | 'ipo', required — This represents the category to which the asset belongs to. It serves to identify the nature of the financial instrument, with options including "us_equity" for U.S. equities, "us_option" for U.S. options, "crypto" for cryptocurrencies, and "ipo" for IPO indications of interest. This `asset_class: ipo` value is distinct from the assets API `attributes: ["ipo"]` flag.
  - `easy_to_borrow` boolean — **deprecated**: Please use borrow_status instead. Asset is easy-to-borrow or not (filtering for easy_to_borrow = True is the best way to check whether the name is currently available to short at Alpaca).
  - `exchange` 'AMEX' | 'ARCA' | 'BATS' | 'NYSE' | 'NASDAQ' | 'NYSEARCA' | 'OTC', required — Represents the exchange where an asset is traded. For Stocks: - AMEX - ARCA - BATS - NYSE - NASDAQ - NYSEARCA - OTC For Crypto: - CRYPTO
  - `fractionable` boolean, required — Asset is fractionable or not
  - `id` string, uuid, required — Asset ID
  - `maintenance_margin_requirement` number — **deprecated**: Please use margin_requirement_long or margin_requirement_short instead. Note that these fields are of type string. Shows the margin requirement percentage for the asset (equities only).
  - `margin_requirement_long` string, required — The margin requirement percentage for the asset's long positions (equities only).
  - `margin_requirement_short` string, required — The margin requirement percentage for the asset's short positions (equities only).
  - `marginable` boolean, required — Asset is marginable or not
  - `min_order_size` string — Minimum order size. Field available for crypto only.
  - `min_trade_increment` string — Amount a trade quantity can be incremented by. Field available for crypto only.
  - `name` string, required — The official name of the asset
  - `price_increment` string — Amount the price can be incremented by. Field available for crypto only.
  - `shortable` boolean, required — Asset is shortable or not
  - `status` 'active' | 'inactive', required — active or inactive
  - `symbol` string, required — The symbol of the asset
  - `tradable` boolean, required — Asset is tradable on Alpaca or not

---

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