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


ParameterTypeParam TypeRequiredValues/ExampleDefault
classQueryStringRequiredequity, option, combo, multilegClass type of the order.
symbolQueryStringRequiredAny equity security symbol.An equity symbol.

Examples

Equity Order

Buy 100 SPY:

https://dash.tradier.com/tradelink?class=equity&symbol=spy&quantity=100&side=buy&type=market&duration=day


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

https://dash.tradier.com/tradelink?class=multileg&symbol=AAPL&option_symbol[0]=AAPL251219C00165000&side[0]=buy_to_open&quantity[0]=1&option_symbol[1]=AAPL251219C00175000&side[1]=buy_to_close&quantity[1]=2&option_symbol[2]=AAPL251219P00135000&side[2]=sell_to_open&quantity[2]=3&option_symbol[3]=AAPL251219P00145000&side[3]=sell_to_close&quantity[3]=4

Combo Order

https://dash.tradier.com/tradelink?class=combo&symbol=AAPL&type=market&side[0]=buy&quantity[0]=230&option_symbol[1]=AAPL251219P00160000&side[1]=buy_to_open&quantity[1]=23