BUSINESS · COMMERCE & FINANCE
Orders, positions and market data on the paper or live account they connected.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
alpaca_delete_v2_ordersWRITEAttempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will respond with status 500 and reject the request. via DELETE /v2/orders
alpaca_delete_v2_orders_by_order_idWRITEAttempts to cancel an Open Order. If the order is no longer cancelable, the request will be rejected with status 422; otherwise accepted with return status 204. via DELETE /v2/orders/{order_id}
alpaca_delete_v2_positionsWRITECloses (liquidates) all of the account's open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will respond with status 500 and reject the request. via DELETE /v2/positions
alpaca_delete_v2_positions_by_symbol_or_asset_idWRITECloses (liquidates) the account's open position for the given symbol. Works for both long and short positions. via DELETE /v2/positions/{symbol_or_asset_id}
alpaca_delete_v2_wallets_whitelists_by_whitelisted_address_idWRITEDeletes a whitelisted withdrawal address by ID. Subsequent withdrawals targeting the deleted address will be rejected. via DELETE /v2/wallets/whitelists/{whitelisted_address_id}
alpaca_delete_v2_watchlists_by_nameWRITEDelete a watchlist. This is a permanent deletion. via DELETE /v2/watchlists:by_name
alpaca_delete_v2_watchlists_by_watchlist_idWRITEDelete a watchlist. This is a permanent deletion. via DELETE /v2/watchlists/{watchlist_id}
alpaca_delete_v2_watchlists_by_watchlist_id_by_symbolWRITEDelete one entry for an asset by symbol name via DELETE /v2/watchlists/{watchlist_id}/{symbol}
alpaca_get_v1_corporate_actionsREADMarket data: This endpoint provides data about the corporate actions for each given symbol over a specified time period. By default (`data_quality=complete`), corporate actions that are still incomplete (for example, missing required fields such as ex-date or CUSIP/ISIN) and have not yet been processed are excluded from the response. Pass `data_quality=all` to also receive those early, incomplete records. Already-processed corporate actions are always returned when `data_quality=complete`, even if they would otherwise be considered incomplete. > ⚠️ Warning > > Currently Alpaca has no guarantees on the creation time of corporate actions. There may be delays in receiving corporate actions from our data providers, and there may be delays in processing and making them available via this API. As a result, corporate actions may not be available immediately after they are announced. via GET /v1/corporate-actions
alpaca_get_v1_locatesREADReturns locates filtered by status, symbol, or date range. Results are sorted by `created_at` descending, with `id` descending as the tie-breaker. via GET /v1/locates
alpaca_get_v1_locates_by_locate_idREADReturns a locate by ID. via GET /v1/locates/{locate_id}
alpaca_get_v1_locates_quotesREADReturns locate availability and pricing for one or more symbols. via GET /v1/locates/quotes
alpaca_get_v1beta1_fixed_income_latest_pricesREADMarket data: This endpoint returns the latest prices for the given fixed income securities. via GET /v1beta1/fixed_income/latest/prices
alpaca_get_v1beta1_fixed_income_latest_quotesREADMarket data: This endpoint returns the latest quotes for the given fixed income securities. via GET /v1beta1/fixed_income/latest/quotes
alpaca_get_v1beta1_forex_latest_ratesREADMarket data: Get the latest forex rates for the given currency pairs. via GET /v1beta1/forex/latest/rates
alpaca_get_v1beta1_forex_ratesREADMarket data: Get historical forex rates for the given currency pairs in the given time interval and at the given timeframe (snapshot frequency). via GET /v1beta1/forex/rates
alpaca_get_v1beta1_newsREADMarket data: Returns the latest news articles across stocks and crypto. By default, returns the latest 10 news articles. via GET /v1beta1/news
alpaca_get_v1beta1_options_barsREADMarket data: The historical option bars API provides aggregates for a list of option symbols between the specified dates. The returned results are sorted by symbol first, then by bar timestamp. This means that you are likely to see only one symbol in your first response if there are enough bars for that symbol to hit the limit you requested. In these situations, if you keep requesting again with the `next_page_token` from the previous response, you will eventually reach the other symbols if any bars were found for them. via GET /v1beta1/options/bars
alpaca_get_v1beta1_options_meta_conditions_by_ticktypeREADMarket data: Returns the mapping between the condition codes and names. via GET /v1beta1/options/meta/conditions/{ticktype}
alpaca_get_v1beta1_options_meta_exchangesREADMarket data: Returns the mapping between the option exchange codes and the corresponding exchange names. via GET /v1beta1/options/meta/exchanges
alpaca_get_v1beta1_options_quotes_latestREADMarket data: The latest multi-quotes endpoint provides the latest bid and ask prices for each given contract symbol. via GET /v1beta1/options/quotes/latest
alpaca_get_v1beta1_options_snapshotsREADMarket data: The snapshots endpoint provides the latest trade, latest quote and greeks for each given contract symbol. via GET /v1beta1/options/snapshots
alpaca_get_v1beta1_options_snapshots_by_underlying_symbolREADMarket data: The option chain endpoint provides the latest trade, latest quote, and greeks for each contract symbol of the underlying symbol. via GET /v1beta1/options/snapshots/{underlying_symbol}
alpaca_get_v1beta1_options_tradesREADMarket data: The historical option trades API provides trade data for a list of contract symbols between the specified dates. The returned results are sorted by symbol first then by trade timestamp. This means that you are likely to see only one symbol in your first response if there are enough trades for that symbol to hit the limit you requested. In these situations, if you keep requesting again with the `next_page_token` from the previous response, you will eventually reach the other symbols if any trades were found for them. via GET /v1beta1/options/trades
alpaca_get_v1beta1_options_trades_latestREADMarket data: The latest multi-trades endpoint provides the latest historical trade data for multiple given contract symbols. via GET /v1beta1/options/trades/latest
alpaca_get_v1beta1_screener_by_market_type_moversREADMarket data: Returns the top market movers (gainers and losers) based on real time SIP data. The change for each symbol is calculated from the previous closing price and the latest closing price. For stocks, the endpoint resets at market open. Until then, it shows the previous market day's movers. The data is split-adjusted. Only tradable symbols in exchanges are included. For crypto, the endpoint resets at midnight. via GET /v1beta1/screener/{market_type}/movers
alpaca_get_v1beta1_screener_stocks_most_activesREADMarket data: Returns the most active stocks by volume or trade count based on real time SIP data. By default, returns the top 10 symbols by volume. via GET /v1beta1/screener/stocks/most-actives
alpaca_get_v1beta3_crypto_by_loc_barsREADMarket data: The crypto bars API provides historical aggregates for a list of crypto symbols between the specified dates. via GET /v1beta3/crypto/{loc}/bars
alpaca_get_v1beta3_crypto_by_loc_latest_barsREADMarket data: The latest multi-bars endpoint returns the latest minute-aggregated historical bar data for each of the crypto symbols provided. via GET /v1beta3/crypto/{loc}/latest/bars
alpaca_get_v1beta3_crypto_by_loc_latest_orderbooksREADMarket data: The latest orderbook endpoint returns the latest bid and ask orderbook for the crypto symbols provided. via GET /v1beta3/crypto/{loc}/latest/orderbooks
alpaca_get_v1beta3_crypto_by_loc_latest_quotesREADMarket data: The latest quotes endpoint returns the latest bid and ask prices for the crypto symbols provided. via GET /v1beta3/crypto/{loc}/latest/quotes
alpaca_get_v1beta3_crypto_by_loc_latest_tradesREADMarket data: The latest trades endpoint returns the latest trade data for the crypto symbols provided. via GET /v1beta3/crypto/{loc}/latest/trades
alpaca_get_v1beta3_crypto_by_loc_quotesREADMarket data: The crypto quotes API provides historical quote data for a list of crypto symbols between the specified dates. The oldest date to retrieve historical quotes of us-1 location is 14th October, 2025 12AM UTC. via GET /v1beta3/crypto/{loc}/quotes
alpaca_get_v1beta3_crypto_by_loc_snapshotsREADMarket data: The snapshots endpoint returns the latest trade, latest quote, latest minute bar, latest daily bar, and previous daily bar data for crypto symbols. via GET /v1beta3/crypto/{loc}/snapshots
alpaca_get_v1beta3_crypto_by_loc_tradesREADMarket data: The crypto trades API provides historical trade data for a list of crypto symbols between the specified dates. via GET /v1beta3/crypto/{loc}/trades
alpaca_get_v2_accountREADReturns your account details. via GET /v2/account
alpaca_get_v2_account_activitiesREADReturns a list of activities Notes: * Pagination is handled using the `page_token` and `page_size` parameters. * `page_token` represents the ID of the last item on your current page of results. For example, if the ID of the last activity in your first response is `20220203000000000::045b3b8d-c566-4bef-b741-2bf598dd6ae7`, you would pass that value as `page_token` to retrieve the next page of results. via GET /v2/account/activities
alpaca_get_v2_account_activities_by_activity_typeREADReturns account activity entries for a specific type of activity. via GET /v2/account/activities/{activity_type}
alpaca_get_v2_account_configurationsREADgets the current account configuration values via GET /v2/account/configurations
alpaca_get_v2_account_portfolio_historyREADReturns timeseries data about equity and profit/loss (P/L) of the account in requested timespan. via GET /v2/account/portfolio/history
alpaca_get_v2_assetsREADThe assets API serves as the master list of assets available for trade and data consumption from Alpaca. Assets are sorted by asset class, exchange and symbol. via GET /v2/assets
alpaca_get_v2_assets_by_symbol_or_asset_idREADGet the asset model for a given symbol or asset_id. The symbol or asset_id should be passed in as a path parameter. **Note**: For crypto, the symbol has to follow old symbology, e.g. BTCUSD. **Note**: For coin pairs, the symbol should be separated by a slash (/), e.g. BTC/USDT. Since the slash is a special character in HTTP, use the URL encoded version instead, e.g. /v2/assets/BTC%2FUSDT via GET /v2/assets/{symbol_or_asset_id}
alpaca_get_v2_calendarREADThe calendar API serves the full list of market days from 1970 to 2029. It can also be queried by specifying a start and/or end time to narrow down the results. In addition to the dates, the response also contains the specific open and close times for the market days, taking into account early closures. via GET /v2/calendar
alpaca_get_v2_clockREADThe clock API serves the current market timestamp, whether or not the market is currently open, as well as the times of the next market open and close. via GET /v2/clock
alpaca_get_v2_corporate_actions_announcementsREADThis endpoint is deprecated, please use [the new corporate actions endpoint](https://docs.alpaca.markets/reference/corporateactions-1) instead. via GET /v2/corporate_actions/announcements
alpaca_get_v2_corporate_actions_announcements_by_idREADThis endpoint is deprecated, please use [the new corporate actions endpoint](https://docs.alpaca.markets/reference/corporateactions-1) instead. via GET /v2/corporate_actions/announcements/{id}
alpaca_get_v2_options_contractsREADThis endpoint allows you to retrieve a list of option contracts based on various filtering criteria. By default only active contracts that expire before the upcoming weekend are returned. via GET /v2/options/contracts
alpaca_get_v2_options_contracts_by_symbol_or_idREADGet an option contract by symbol or contract ID. The symbol or id should be passed in as a path parameter. via GET /v2/options/contracts/{symbol_or_id}
alpaca_get_v2_ordersREADRetrieves a list of orders for the account, filtered by the supplied query parameters. via GET /v2/orders
alpaca_get_v2_orders_by_client_order_idREADRetrieves a single order specified by the client order ID. via GET /v2/orders:by_client_order_id
alpaca_get_v2_orders_by_order_idREADRetrieves a single order for the given order_id. via GET /v2/orders/{order_id}
alpaca_get_v2_positionsREADThe positions API provides information about an account's current open positions. The response will include information such as cost basis, shares traded, and market value, which will be updated live as price information is updated. Once a position is closed, it will no longer be queryable through this API Retrieves a list of the account's open positions via GET /v2/positions
alpaca_get_v2_positions_by_symbol_or_asset_idREADRetrieves the account's open position for the given symbol or assetId. via GET /v2/positions/{symbol_or_asset_id}
alpaca_get_v2_stocks_auctionsREADMarket data: The historical auctions endpoint provides auction prices for a list of stock symbols between the specified dates. via GET /v2/stocks/auctions
alpaca_get_v2_stocks_barsREADMarket data: The historical stock bars API provides aggregates for a list of stock symbols between the specified dates. The returned results are sorted by symbol first, then by bar timestamp. This means that you are likely to see only one symbol in your first response if there are enough bars for that symbol to hit the limit you requested. In these situations, if you keep requesting again with the `next_page_token` from the previous response, you will eventually reach the other symbols if any bars were found for them. via GET /v2/stocks/bars
alpaca_get_v2_stocks_bars_latestREADMarket data: The latest bars endpoint provides the latest minute bar for the given ticker symbols. via GET /v2/stocks/bars/latest
alpaca_get_v2_stocks_by_symbol_auctionsREADMarket data: The historical auctions endpoint provides auction prices for the given stock symbol between the specified dates. via GET /v2/stocks/{symbol}/auctions
alpaca_get_v2_stocks_by_symbol_barsREADMarket data: The historical stock bars API provides aggregates for the stock symbol between the specified dates. via GET /v2/stocks/{symbol}/bars
alpaca_get_v2_stocks_by_symbol_bars_latestREADMarket data: The latest bar endpoint returns the latest minute bar for the given ticker symbol. via GET /v2/stocks/{symbol}/bars/latest
alpaca_get_v2_stocks_by_symbol_quotesREADMarket data: The historical stock quotes API provides quote data for a stock symbol between the specified dates. via GET /v2/stocks/{symbol}/quotes
alpaca_get_v2_stocks_by_symbol_quotes_latestREADMarket data: The latest quote endpoint provides the latest best bid and ask prices for a given ticker symbol. via GET /v2/stocks/{symbol}/quotes/latest
alpaca_get_v2_stocks_by_symbol_snapshotREADMarket data: The snapshot endpoint provides the latest trade, latest quote, minute bar, daily bar, and previous daily bar data for a given ticker symbol. via GET /v2/stocks/{symbol}/snapshot
alpaca_get_v2_stocks_by_symbol_tradesREADMarket data: The historical stock trades API provides trade data for a stock symbol between the specified dates. via GET /v2/stocks/{symbol}/trades
alpaca_get_v2_stocks_by_symbol_trades_latestREADMarket data: The latest trade endpoint provides the latest trade for the given ticker symbol. Trades with any conditions that causes them to not update the bar price are excluded. For example a trade with condition `I` (odd lot) will never appear on this endpoint. You can find the complete list of excluded conditions in [this FAQ](https://docs.alpaca.markets/docs/market-data-faq#how-are-bars-aggregated). via GET /v2/stocks/{symbol}/trades/latest
alpaca_get_v2_stocks_meta_conditions_by_ticktypeREADMarket data: Returns the mapping between the condition codes and names. via GET /v2/stocks/meta/conditions/{ticktype}
alpaca_get_v2_stocks_meta_exchangesREADMarket data: Returns the mapping between the stock exchange codes and the corresponding exchange names. via GET /v2/stocks/meta/exchanges
alpaca_get_v2_stocks_quotesREADMarket data: The historical stock quotes API provides quote data for a list of stock symbols between the specified dates. The returned results are sorted by symbol first, then by the quote timestamp. This means that you are likely to see only one symbol in your first response if there are enough quotes for that symbol to hit the limit you requested. In these situations, if you keep requesting again with the `next_page_token` from the previous response, you will eventually reach the other symbols if any quotes were found for them. via GET /v2/stocks/quotes
alpaca_get_v2_stocks_quotes_latestREADMarket data: The latest quotes endpoint provides the latest best bid and ask prices for the given ticker symbols. via GET /v2/stocks/quotes/latest
alpaca_get_v2_stocks_snapshotsREADMarket data: The snapshot endpoint for multiple tickers provides the latest trade, latest quote, minute bar, daily bar, and previous daily bar data for each given ticker symbol. via GET /v2/stocks/snapshots
alpaca_get_v2_stocks_tradesREADMarket data: The historical stock trades API provides trade data for a list of stock symbols between the specified dates. The returned results are sorted by symbol first then by trade timestamp. This means that you are likely to see only one symbol in your first response if there are enough trades for that symbol to hit the limit you requested. In these situations, if you keep requesting again with the `next_page_token` from the previous response, you will eventually reach the other symbols if any trades were found for them. via GET /v2/stocks/trades
alpaca_get_v2_stocks_trades_latestREADMarket data: The latest trades endpoint provides the latest trades for the given ticker symbols. Trades with any conditions that causes them to not update the bar price are excluded. For example a trade with condition `I` (odd lot) will never appear on this endpoint. You can find the complete list of excluded conditions in [this FAQ](https://docs.alpaca.markets/docs/market-data-faq#how-are-bars-aggregated). via GET /v2/stocks/trades/latest
alpaca_get_v2_tokenization_requestsREADAn Authorized Participant can use this endpoint to list the tokenization requests performed on the Instant Tokenization Network (ITN). via GET /v2/tokenization/requests
alpaca_get_v2_tokenization_requests_by_client_request_idREADAn Authorized Participant can use this endpoint to retrieve a single mint tokenization request by their own `client_request_id` -- the AP-supplied label originally passed on the mint request. If the AP has reused a `client_request_id` across multiple requests, the most recently created request is returned. via GET /v2/tokenization/requests:by_client_request_id
alpaca_get_v2_tokenization_requests_by_tokenization_request_idREADAn Authorized Participant can use this endpoint to retrieve a single tokenization request, mint or redeem, by its `tokenization_request_id`. via GET /v2/tokenization/requests/{tokenization_request_id}
alpaca_get_v2_walletsREADLists wallets for the account given in the path parameter. If an asset is specified and no wallet for the account and asset pair exists one will be created. If no asset is specified only existing wallets will be listed for the account. An account may have at most one wallet per asset. via GET /v2/wallets
alpaca_get_v2_wallets_fees_estimateREADReturns the estimated on-chain network (gas) fee for a proposed crypto withdrawal at current chain conditions. Pass the `asset`, `from_address`, `to_address`, and `amount` you intend to send; the response reports the network fee that would be charged for the corresponding transaction. via GET /v2/wallets/fees/estimate
alpaca_get_v2_wallets_transfersREADReturns an array of all transfers associated with the given account across all wallets. via GET /v2/wallets/transfers
alpaca_get_v2_wallets_transfers_by_transfer_idREADReturns a specific wallet transfer by passing into the query the transfer_id. via GET /v2/wallets/transfers/{transfer_id}
alpaca_get_v2_wallets_travel_rule_vaspsREADSearch for Virtual Asset Service Providers, or crypto exchanges, on Notabene's network. This endpoint can be used to find the VASP DID for your beneficiary's exchange when submitting travel rule information for your whitelisted wallets. Use the `q` parameter to search for exchanges. via GET /v2/wallets/travel-rule/vasps
alpaca_get_v2_wallets_whitelistsREADReturns the list of whitelisted withdrawal addresses for your account. via GET /v2/wallets/whitelists
alpaca_get_v2_watchlistsREADReturns the list of watchlists registered under the account. via GET /v2/watchlists
alpaca_get_v2_watchlists_by_nameREADYou can also call GET, PUT, POST and DELETE with watchlist name with another endpoint /v2/watchlists:by_name and query parameter name=<watchlist_name>, instead of /v2/watchlists/{watchlist_id} endpoints Returns a watchlist by name via GET /v2/watchlists:by_name
alpaca_get_v2_watchlists_by_watchlist_idREADReturns a watchlist identified by the ID. via GET /v2/watchlists/{watchlist_id}
alpaca_get_v3_calendar_by_marketREADThis endpoint returns the market calendar. via GET /v3/calendar/{market}
alpaca_get_v3_clockREADThis API serves information about multiple markets: the current time, if it's a market day, the current phase of the market, etc. via GET /v3/clock
alpaca_patch_v2_account_configurationsWRITEUpdates and returns the current account configuration values via PATCH /v2/account/configurations
alpaca_patch_v2_orders_by_order_idWRITEReplaces a single order with updated parameters. Each parameter overrides the corresponding attribute of the existing order. The other attributes remain the same as the existing order. A success return code from a replaced order does NOT guarantee the existing open order has been replaced. If the existing open order is filled before the replacing (new) order reaches the execution venue, the replacing (new) order is rejected, and these events are sent in the trade_updates stream channel. While an order is being replaced, buying power is reduced by the larger of the two orders that have been placed (the old order being replaced, and the newly placed order to replace it). If you are replacing a buy entry order with a higher limit price than the original order, the buying power is calculated based on the newly placed order. If you are replacing it with a lower limit price, the buying power is calculated based on the old order. Note: Order cannot be replaced when the status is `accepted`, `pending_new`, `pending_cancel` or `pending_replace`. Note: Notional orders for non-IPO asset classes cannot be replaced. Any attempt to modify a non-IPO notional order via this endpoint will be rejected; cancel it and submit a new one instead. Note: IPO indications of interest (`asset_class: "ipo"`) **are** notional and **can** be replaced via this endpoint by providing a new `notional` value. `qty` and `notional` are mutually exclusive on a single replace request. via PATCH /v2/orders/{order_id}
alpaca_patch_v2_wallets_whitelists_by_whitelisted_address_id_travel_rule_infoWRITEYou are required to supply travel rule information for the crypto wallets you're withdrawing to. It is preferred that you use the `Search VASPs` endpoint to find the VASP DID for the exchange you are withdrawing to, otherwise, if it's a self-hosted wallet, please set `beneficiary_is_self_hosted` to true. If the exchange cannot be found in our directory, please supply the information manually using the `beneficiary_manual_entry` object. via PATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-info
alpaca_post_v1_locatesWRITECreates a locate request for a short sale. **Idempotency**: Reusing the same key with the same request returns the original locate response. Reusing the same key with a different request returns HTTP 422. via POST /v1/locates
alpaca_post_v2_ordersWRITEPlaces a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order. via POST /v2/orders
alpaca_post_v2_positions_by_symbol_or_contract_id_do_not_exerciseWRITEThis endpoint enables users to submit a do-not-exercise (DNE) instruction for a held option contract, preventing automatic exercise at expiry. By default, Alpaca will automatically exercise in-the-money (ITM) contracts at expiry. This endpoint allows users to override that behavior. To override this behavior and submit an exercise instruction, please contact our support team. via POST /v2/positions/{symbol_or_contract_id}/do-not-exercise
alpaca_post_v2_positions_by_symbol_or_contract_id_exerciseWRITEThis endpoint enables users to exercise a held option contract, converting it into the underlying asset based on the specified terms. All available held shares of this option contract will be exercised. By default, Alpaca will automatically exercise in-the-money (ITM) contracts at expiry. Exercise requests will be processed immediately once received. Exercise requests submitted between market close and midnight will be rejected to avoid any confusion about when the exercise will settle. To cancel an exercise request or to submit a Do-not-exercise (DNE) instruction, you can use the do-not-exercise endpoint or contact our support team. via POST /v2/positions/{symbol_or_contract_id}/exercise
alpaca_post_v2_tokenization_mintWRITEThis endpoint is used by an Authorized Participant to request the minting of a tokenized asset. **Idempotency**: When the `Idempotency-Key` header is supplied, this endpoint is idempotent. Multiple requests with the same key and identical request body will create only one mint request. A subsequent request returns the previously created request with the same response (no duplicate is created). If the same key is used with a different request body, the API returns `422 Unprocessable Entity`. **Recommended for production**: Always supply `Idempotency-Key` when requesting a mint. This allows safe retries on timeouts, network errors, or 5xx responses without risking duplicate requests. Use a client-generated unique value (e.g. UUID). via POST /v2/tokenization/mint
alpaca_post_v2_wallets_transfersWRITECreates a withdrawal request. Note that outgoing withdrawals must be sent to a whitelisted address and you must whitelist addresses at least 24 hours in advance. If you attempt to withdraw funds to a non-whitelisted address then the transfer will be rejected. via POST /v2/wallets/transfers
alpaca_post_v2_wallets_whitelistsWRITESubmits a new whitelisted withdrawal address for your account. The chain is derived from the supplied asset symbol and address, and the same address cannot be whitelisted twice on the same chain. Where travel rule reporting applies to your account, supply travel rule information for the destination wallet. Use the `Search VASPs` endpoint to find the VASP DID for the destination exchange. For a self-hosted wallet, set `beneficiary_is_self_hosted` to true. If the exchange is not in the directory, provide its information in `beneficiary_manual_entry`. Note that whitelisted addresses must wait at least 24 hours before they can be used as a withdrawal destination. via POST /v2/wallets/whitelists
alpaca_post_v2_watchlistsWRITECreate a new watchlist with initial set of assets. via POST /v2/watchlists
alpaca_post_v2_watchlists_by_nameWRITEAppend an asset for the symbol to the end of watchlist asset list via POST /v2/watchlists:by_name
alpaca_post_v2_watchlists_by_watchlist_idWRITEAppend an asset for the symbol to the end of watchlist asset list via POST /v2/watchlists/{watchlist_id}
alpaca_put_v2_watchlists_by_nameWRITEUpdate the name and/or content of watchlist via PUT /v2/watchlists:by_name
alpaca_put_v2_watchlists_by_watchlist_idWRITEUpdate the name and/or content of watchlist via PUT /v2/watchlists/{watchlist_id}
Put Alpaca behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.