
Alpaca Integration
No triggers available for this app. Do you need one? Contact us.
Actions
Action components allow you to perform operations on the app.

Cancel All Orders
Attempts 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 (example: status=filled
), the server reject the request. See the docs.

Cancel Order
Attempts to cancel an open order. If the order is no longer cancelable (example: status=filled
), the server will reject the request. See the docs.

Close All Positions
Closes (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 reject the request. See the docs.

Close Position
Closes (liquidates) the account’s open position. Works for both long and short positions. See the docs.

Get Account Info
Returns the account info. See the docs

List Orders
Retrieves a list of accepted orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, See the docs.

List Positions
Retrieves a list of the account’s open positions. See the docs.

Place Order
Places 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. See the docs.
How to Integrate Alpaca?
For Alpaca integration with Monkedo and to build seamless no-code workflow automations, follow these simple steps:
- Log in to your Monkedo account.
- Navigate to the Automation section and click on "Create Automation."
- In the left sidebar, you’ll find various component categories such as Triggers, Actions, Flow Control, Data Actions, and Browser Actions.
- Select Actions or Triggers, then use the search bar to find Alpaca.
- Drag and drop the Alpaca component into the editor area.
- Click on the component to view its settings in the right-hand panel.
- Hit the Connect button and follow the prompts to authorize Monkedo to access your Alpaca account.
Once connected, you can begin customizing your automation by filling in the required fields and adding additional app components. Link outputs to inputs between components to define a smooth and logical workflow. Need assistance? Watch our quick tutorial video here to get started faster!