user-docs icon indicating copy to clipboard operation
user-docs copied to clipboard

Documentation for the Alpaca platform.

Results 34 user-docs issues
Sort by recently updated
recently updated
newest added

Hi there! I hope you had a good Christmas and New Year! # Latest crypto trade endpoint Taken from [here](https://github.com/alpacahq/user-docs/blob/master/data/webapi/endpoints/crypto-latest-trade.yaml): ``` endpoints: /v1beta1/crypto/{symbol}/trades/latest: GET: title: Returns latest trade for the...

I believe that the current API version has a fundamental error in which it enumerates positions by symbol. In my humble opinion each position should be unique with its own...

Hey. `exchange` examples contains typo ![Screenshot 2020-09-06 at 00 59 38](https://user-images.githubusercontent.com/11457111/92314118-52402300-efdc-11ea-88bc-8a7a77f3f93f.png) Looks like it should be `OTC`.

Added a page at alpaca-works-with/pebble-finance/ to describe how to start direct indexing on alpaca with the Pebble app.

Looks like this entry for PredictNow.ai was duplicated due to a merge conflict. Removed the duplicated and added a "Partner page" link in the original entry.

The [current `account-configurations-v2.yaml`](https://github.com/alpacahq/user-docs/blob/c14e3a349cbfbcefb5a87d9078f1cf704c74a825/data/webapi/entities/account-configurations-v2.yaml) says: ```yaml spec: - name: dtbp_check type: string desc: | `both`, `entry`, or `exit`. Controls Day Trading Margin Call (DTMC) checks. - name: trade_confirm_email type: string desc:...

Server will not return 422 when "status" = "filled", server will return 204

Hi guys, If I execute this: ``` curl -X DELETE "https://api.alpaca.markets/v2/orders/XXXXXXXXXXXXXX" -H "Authorization: Bearer YYYYYYYY" ``` I got HTTP 204 (OK) even if the order was already filled. * Trying...