Place Trade API

The Place Trade API allows you to execute trades on a specified portfolio. You can place market orders for immediate execution.

Endpoint

PUT /trade/{portfolioId}/{ticker}

Authentication

All requests require the IdToken obtained from the authentication flow:

Authorization: Bearer <ID_TOKEN>

Path Parameters

ParameterTypeRequiredDescription
portfolioIdstringYesThe portfolio ID where the trade will be executed (e.g., "default")
tickerstringYesThe stock ticker symbol (e.g., "AAPL", "GOOGL")

Request Body

Common Fields (All Order Types)

FieldTypeRequiredDescription
orderSidestringYesEither "BUY" or "SELL"
orderTypestringYesMust be "MARKET"

Order Types Overview

This API supports both BUY and SELL Market orders.

1. Market Buy

Use this to buy shares at the current market price, you want to invest a specific dollar amount.

Parameters:

FieldTypeRequiredDescription
orderSidestringYesMust be "BUY"
orderTypestringYesMust be "MARKET"
amountnumberYes*Dollar amount to invest

2. Market Sell

Use this to sell a specific number of shares at the current market price immediately.

Parameters:

FieldTypeRequiredDescription
orderSidestringYesMust be "SELL"
orderTypestringYesMust be "MARKET"
quantitynumberYesNumber of shares to sell

Response Format

FieldTypeDescription
messagestringAlways "Success" for successful orders
requestIdstringUnique identifier for this order - required for tracking and managing the order.

Using the RequestId:

The requestId returned in the response is essential for managing your order. You will need it for:

  • Check Trade Status - Monitor order execution and fill status
  • Cancel Trade - Cancel pending orders
  • Order Management - Track and reference this specific order

Store the requestId securely - You'll need it to manage this order throughout its lifecycle.

Request

Response

Error Responses

More in PiTrade Client APIs

Was this page helpful?

PiTrade

PiTrade gives investors in over 190 countries access to the U.S. stock market through real, transparent portfolios you can build yourself or invest in Strategizer Portfolios. As an SEC-registered investment adviser, powered by Interactive Brokers, PiTrade makes investing more transparent and accessible.

This content is provided for informational purposes only and is not intended as and may not be relied on in any manner as investment advice, a recommendation of any interest in any security offered herein. All investments involve risk, including the possible loss of principal. Past performance does not guarantee future results, and investors should consider their own investment goals, risk tolerance, and financial situation before investing. The information contained herein is subject to change.

The platform "PiTrade" is operated by Pioneer Advisory LLC, a subsidiary of Pioneer Investing Inc. which holds ownership rights related hereto.

Advisory services are provided by Pioneer Advisory LLC, an SEC-registered investment adviser.

Brokerage and clearing services are provided by Interactive Brokers LLC, a SEC-registered broker-dealer, member FINRA/SIPC, to retail customers for US-listed, registered securities and ETFs on a self-directed basis.

The registrations and memberships above in no way imply that the SEC, FINRA, or SIPC has endorsed the entities, products or services discussed herein.

Interactive Brokers LLC is a registered Broker-Dealer, Futures Commission Merchant and Forex Dealer Member, regulated by the U.S. Securities and Exchange Commission (SEC), the Commodity Futures Trading Commission (CFTC) and the National Futures Association (NFA), and is a member of the Financial Industry Regulatory Authority (FINRA) and several other self-regulatory organizations. Interactive Brokers does not endorse or recommend any introducing brokers, third-party financial advisors or hedge funds, including Pioneer Advisory LLC. Interactive Brokers provides execution and clearing services to customers. None of the information contained herein constitutes a recommendation, offer, or solicitation of an offer by Interactive Brokers to buy, sell or hold any security, financial product or instrument or to engage in any specific investment strategy. Interactive Brokers makes no representation, and assumes no liability to the accuracy or completeness of the information provided on this website.

For more information regarding Interactive Brokers, please visit www.interactivebrokers.com

© 2026 Pioneer Investing Inc. All Rights Reserved.