Trade Link
Trade link is a tool to prepopulate trades on our client dashboard for your followers
We developed Trade Link to satisfy the needs of partners that are eager to integrate and want to provide immediate trading functionality to their customers. It provides straight-forward link-based integrations for web, mobile and desktop applications.
We’ve done our best to think through a lot of the use cases of these links, but if we missed something, please reach out to us at [email protected] and let us know how we can help.
How it works
The Tradier Brokerage web site has a pre-built trade ticket that implements equity, options, multileg and combo orders. Any account holder can use the Tradier Brokerage web site to execute orders. In an effort to build on the work we’ve already done with this ticket, we’ve provided an interface to allow external parties to pre-populate a trading ticket based off of parameters.
You can use as few or as many parameters as needed to fill in the ticket. The only required parameters are the symbol and class of the order.
Base URL
https://dash.tradier.com/tradelink
Parameters
Parameter | Type | Param Type | Required | Values/Example | Default |
---|---|---|---|---|---|
class | Query | String | Required | equity, option, combo, multileg | Class type of the order. |
symbol | Query | String | Required | Any equity security symbol. | An equity symbol. |
Examples
Equity Order
Buy 100 SPY:
Option Order
Buy to Open 5 Contracts:
https://dash.tradier.com/tradelink?class=option&symbol=spy&option_symbol=SPY251219C00450000&quantity=5&side=buy_to_open&type=market&duration=day
Multileg Order
Combo Order
Updated 3 months ago