Does Samco provide sample codes or SDKs for API integration?

Yes. Samco provides official SDKs for Python, Java, JavaScript, and Node.js. These pre-built libraries handle the technical groundwork of connecting to the API authentication, request handling, and response parsing so you do not have to build that from scratch. Each SDK includes sample code for common tasks: Logging in and […]

Where can I find the official documentation for Samco Trade API?

The full documentation is at docs-tradeapi.samco.in. It covers everything you need to connect and start trading programmatically: Authentication and session management All available endpoints with request and response formats Supported order types and their parameters Error codes and how to handle them Working code samples in Python, Java, JavaScript, and […]

How do I generate API keys and authentication tokens?

Once the Trade API is activated from your Samco Star back office, your API credentials become available through the same portal. The authentication flow works as follows: Use your Samco login credentials to request a session token via the login endpoint The API returns a session token on successful authentication […]

Do I need a Samco trading account to use the API?

Yes. The Samco Trade API works on top of your Samco trading account. Your account is what links your API session to your funds, holdings, margin, and order history. Without an account, you can still access the documentation and review the API structure, but you cannot authenticate or place real […]

How do I register for the Samco Trade API?

The process is straightforward and fully online. If you already have a Samco account: Log in to Samco Star – visit star.samco.in and log in with your credentials Go to the Trade API section – navigate to the subscription or API settings within the back office Activate the Trade API […]