Overview

Details about how to obtain access tokens using OAuth 2.0

Fetch positions, balances and other account related details.

Place equity and complex option trades including advanced orders.

Fetch quotes, chains and historical data via REST and streaming APIs.

Stream market data and account events in real-time.

Create and update custom watchlists.

Examples, response types, property details and explanations.

Trade Link

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 techsupport@tradier.com 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

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

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

Buy 100 SPY

Option Order

https://dash.tradier.com/tradelink?
class=option&symbol=spy&option_symbol=SPY251219C00450000&
quantity=5&side=buy_to_open&type=market&duration=day

Buy to Open 5 Contracts

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

Place Multileg Order

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

Place Combo Order