• Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Services
    • Stock Brokers
    • Freelancers
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions
  • Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Services
    • Stock Brokers
    • Freelancers
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions

AutoTrader Web

home/Documentation/AutoTrader Web
Expand All Collapse All
  • Index
  • Getting Started
  • Portfolio Management System (PMS)
  •  Copy Trading (Master-Child Auto-Copy)
    • Master-Child Copy - Performance
  • PMS vs Master-Child
  • Trading View
  •  Supported Brokers
    • Symphony XTS
    • Zerodha
    • Angel Broking
    • Dhan
    • Aliceblue
    • Fyers
    • Nuvama
    • IIFL
    • Zebu
    • Finvasia
    • Motilal Oswal
    • Kotak
    • Mastertrust
    • Five Paisa
    • Choice Broking
    • FlatTrade
    • Tradejini
    • Upstox
    • SAS Online
    • Profitmart
  •  Client Setup
    • Desktop Client
    • AmiBroker Library
    • Excel Library or Tools
    • Java Library
    • MetaTrader Library
    • C# Library
    • Python Library
    • HTTP REST
  •  User Interface
    • User Registration
    •   Settings
      • General
      • Trading Accounts
      • Pseudo Accounts
      • Group Accounts
      • API Key
    •   AutoTrader
      • Activity
      • Instruments
    •   Trading
      • Summary
      • Positions
      • Orders
      • Margins
      • Holdings
      • Trade
    •   User
      • Account
      • Profile
  •  API (Application Programming Interface)
    • Place Regular Order
    • Place Cover Order
    • Place Bracket Order
    • Place Advanced Order
    • Cancel Order
    • Cancel Child Orders
    • Cancel All Orders
    • Modify Order
    • Modify Order Price
    • Modify Order Quantity
    • Square-off Position
    • Square-off Portfolio
    • Read Orders
    • Read Positions
    • Read Margins
    • Read Holdings
    • Read Portfolio Summary
    • Fetch All Trading Accounts
    • Create or Update Trading Account
    • Validate Trading Account Credentials
    • API Parameters
    • API Rate Limits
    • Email Limits
    • Postman
  • Pricing
  • Precautions
  •  Broker Independence
    • API Functions
    • Pseudo Account
    • Instruments (Trading Symbols)
  • Quantity Multiplier
  • Architecture

Fetch All Trading Accounts

1054 views November 15, 2023 Pritesh 3

API function to fetch details of all trading accounts available under the user.

This API is primarily designed for application developers who are going to create customized trading applications using our broker independent trading APIs.

Note: This api does not provide sensitive details like password, security answer etc.

  • HTTP

Example

curl https://apix.stocksdeveloper.in/account/fetchAllTradingAccounts \
-H "api-key: <your_api_key>"

Response [Success]

{
"result": [
{
"loginId": "229004",
"pseudoAccName": "UPSTOX-NM",
"broker": "Upstox",
"platform": "UPSTOX_API",
"licenseExpiryDate": "20-Sep-2023",
"live": false,
"systemId": 20739003,
"systemIdOfPseudoAcc": 20739004,
"licenseDaysLeft": 0
},
{
"loginId": "AR291",
"pseudoAccName": "ARPITA-SAS",
"broker": "SAS",
"platform": "SAS",
"licenseExpiryDate": "24-Jun-2023",
"live": false,
"systemId": 16638672,
"systemIdOfPseudoAcc": 16638673,
"licenseDaysLeft": 0
}
],
"message": null,
"status": true,
"commandId": null
}

Response [Failure]

{
"result": null,
"message": "429 - Too many requests",
"status": false,
"commandId": null
}


Response Fields

  • loginId – Login id of trading account
  • pseudoAccName – Pseudo name (nick name)
  • broker – Stock broker name
  • platform – Stock broker platform
  • live – Indicates whether an account is live or not (non-live accounts are not available for trading) [Boolean]
  • licenseExpiryDate – License expiry date (dd-MMM-yyyy) format
  • licenseDaysLeft – License days left [Number]
  • systemId – System id of trading account (internal id given by AutoTrader Web which uniquely identifies a trading account) [Number]
  • systemIdOfPseudoAcc – System id of pseudo account (internal id given by AutoTrader Web which uniquely identifies a pseudo account) [Number]

API Limits

This api is not expected to be used repeatedly, hence it has stricter API Limits compared to the other apis.

  • Max 10 requests are allowed in 1 min
  • Max 100 requests are allowed in 1 hour

Was this helpful?

3 Yes  No
Related Articles
  • Master-Child Copy – Performance
  • Tradejini
  • Dhan
  • FlatTrade
  • Supported Brokers
  • Symphony XTS

© 2025 Stocks Developer. All Rights Reserved.