v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Assets

Retrieve Entry Requirements for requested assets

Returns all entry-requirements

get/v1/assets/entry-requirements

Query parameters

symbolsstring required

Comma-separated symbols or asset ids. The symbols (or asset ids) for which asset entry requirements are to be requested. Maximum number of symbols allowed is 500.

Response

An array of asset entry requirement objects.

regt_longstring decimal

The percentage of the asset's market value required as Reg T (2x) buying power to open a long position

regt_shortstring decimal

The percentage of the asset's market value required as Reg T (2x) buying power to open a short position

symbolstring required

The symbol (or asset id) of the requested asset

Example response

[
  {
    "regt_long": "0.5",
    "regt_short": "0.5",
    "symbol": "AAPL"
  }
]