• Home
  • Cockpit
  • How To
    • Get Started!
      • Remote Trade Copier
      • Signal Follower
      • Signal Provider
    • Knowledge Base & FAQs
    • Tutorials
    • Blog
    • Trade Copier API Documentation
  • Features
    • Why Duplikium?
    • Key Features
    • Supported Trading platforms
      • Supported Platforms Overview
      • MT4
      • MT5
      • cTrader
      • TradingView
      • FXCM
      • LMAX
      • DXTrade
      • Tradovate (Beta)
      • NinjaTrader (Beta)
      • Fortex (Beta)
    • Screenshots
    • Videos
      • Video Tutorials
      • Video Reviews
    • Trade Copier Solutions
    • Referral Program
    • Media Kit
  • Pricing
    • Pricing Overview
    • Free Trial
    • Subscription Plan
    • Prepay Plan
    • Add-ons
Register Register for FREE Login
  • Home
  • Cockpit
  • How To
    • Get Started!
      • Remote Trade Copier
      • Signal Follower
      • Signal Provider
    • Knowledge Base & FAQs
    • Tutorials
    • Blog
    • Trade Copier API Documentation
  • Features
    • Why Duplikium?
    • Key Features
    • Supported Trading platforms
      • Supported Platforms Overview
      • MT4
      • MT5
      • cTrader
      • TradingView
      • FXCM
      • LMAX
      • DXTrade
      • Tradovate (Beta)
      • NinjaTrader (Beta)
      • Fortex (Beta)
    • Screenshots
    • Videos
      • Video Tutorials
      • Video Reviews
    • Trade Copier Solutions
    • Referral Program
    • Media Kit
  • Pricing
    • Pricing Overview
    • Free Trial
    • Subscription Plan
    • Prepay Plan
    • Add-ons

This API endpoint returns detailed account reporting statistics for one or multiple trading accounts.

URL: https://www.trade-copier.com/webservice/v4/reporting/getReporting.php

The request may include an optional filter object that allows you to control which data is returned. You can:

  • Filter by account_id, using either a single ID or an array of IDs.

  • Filter by date range using day_from and day_to. Type: string (YYYY-MM-DD)

  • Filter by month and/or year; if omitted, the current month and year are used by default.

  • Apply pagination using start (offset, default: 0) and length (limit) to control result size.Pagination limit (max: 1000).

Response: JSON object list

Field NameField TypeField Description
account_id string Encrypted account ID
month int Month of the reporting
year int Year of the reporting
name string Name of the account
broker string Broker of the account
login string Login of the account
server string Server of the account
currency string Currency of the follower
hwm float High Water Mark of the follower's reporting
balance_start float Balance at the start of the month
deposit_withdrawal float How much has been withdrawn
balance_end float Balance at the end of the month or today if current month
pnl float Profit And Loss of the month in account currency
pnlUSD float Profit And Loss of the month in USD
pnlEUR float Profit And Loss of the month in EUR
performance float Performance in Percentage
accountStatus int Account is 0=disabled, 1=enabled
accountType int Account is 0=master, 1=slave
balance_last, equity_last, credit_last, free_margin_last int Latest account metrics

 

PHP example


<?php

	echo "<link rel='stylesheet' type='text/css' href='https://www.trade-copier.com/webservice/example.css'>";

	$url="https://www.trade-copier.com/webservice/v4/reporting/getReporting.php";
	$headers =  array(
		'Content-Type: application/x-www-form-urlencoded',
		'Authorization: Bearer [[TOKEN]]',
	);
	
	// Open connection
	$ch = curl_init();

	// Setting the options
	curl_setopt($ch, CURLOPT_URL, $url);
	curl_setopt($ch, CURLOPT_POST, true);
	curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

        //Filter can specify a mix of fields, they are all optional
//$filter = ['start' => 10, 'length' => 50];
//$filter = ['month' => 12, 'year' => 2023, 'start' => 25];
//$filter = ['start' => 30, 'length' => 50, 'month' => 1, 'year' => 2024];
//$filter = ['start' => 0, 'length' => 20, 'account_id' => 'ddfdfgwges'];
//$filter = ['start' => 0, 'length' => 20, 'account_id' => ['ddfdfgwges', 'jtzjeggfh']];
//$filter = ['start' => 0, 'length' => 20, 'year' => 2024, 'month' => 1, 'account_id' => ['ddfdfgwges', 'jtzjeggfh']];
$filter = []; curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($filter)); // Execute request $json = json_decode(curl_exec($ch)); // Close connection curl_close($ch); //We access the order(s) list if(array_key_exists('reporting', $json)) { echo '<table id="api_data">'; foreach($json->reporting as $row) { foreach($row as $key => $val) { echo '<th>'.$key.'</th>'; } break; } foreach($json->reporting as $stat) { echo '<tr>'; foreach($stat as $key => $val) { echo '<td>'.$val.'</td>'; } echo '</tr>'; } echo '</table>'; } else { //This is an error message that can be access like this: //echo $json->code." ".$json->error; echo json_encode($json); } ?>
Duplikium Trade Copier
 

HOME

Register for FREE

Login

Cockpit

HOW TO

Get started!

Tutorials

FAQs

Blog

API Documentation

FEATURES

Why Duplikium?

Key Features

Screenshots

Video Tutorials

Video Reviews

Trade Copier Solutions

Referral Program

Media Kit

SUPPORTED PLATFORMS

MT4 Brokers

MT5 Brokers

cTrader Brokers

TradingView

FXCM

LMAX

DXTrade

Tradovate (beta)

Fortex (beta)

NinjaTrader (beta)

PRICING

Free Trial

Subscription Plan

Prepay Plan

Add-ons

 
MARGIN TRADING DISCLAIMER
Futures, forex and CFD's on margin trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. The high degree of leverage can work against you as well as for you. Risk capital is money that can be lost without jeopardizing ones’ financial security or lifestyle. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results. You should be aware of all the risks associated with futures, foreign exchange and CFD's trading, and seek advice from an independent financial advisor if you have any doubts.

SITE DISCLAIMER
Trades signals sent through this website are solely those of the customers quoted. They do not represent the opinions of Duplikium on whether to buy, sell or hold particular investments.
While Duplikium try to ensure that all of the information provided on this website is kept up-to-date and accurate, we accept no responsibility for any use made of the information provided. You agree not to hold Duplikium liable for decisions and trades that are based on information from this website. Duplikium cannot be held responsible for the software, broker or other issues that result in the failure to execute a trade command. It is inherent upon you, the client, to make sure you are aware of when trades have been taken, adjusted or closed.
The purchase, sale or advice regarding a particular investment can only be performed by a licensed Broker/Dealer. Neither our website nor our associates involved in the production and maintenance of these products or this website is a registered Broker/Dealer or Investment Advisor in any State or Federally-sanctioned jurisdiction. All purchasers of products referenced at this site are encouraged to consult with a licensed representative of their choice regarding any particular trade or trading strategy. No representation is being made that any account will or is likely to achieve profits or losses similar to those discussed on this website.
Please note that the servers names listed on this website are not a recommendation nor an advertising made by Duplikium. Duplikium is totally independent and has no partnership with any brokers.You have to make your own due diligence when selecting a broker.

SOFTWARE DISCLAIMER
Although rare, internet-based trading can involve technical risks related, but not limited to, Internet connection, software or hardware failures or delays. Duplikium implements a backup system to minimize such occurrences, but is not responsible for any losses or missed trading opportunities as a result of communication failures, disruptions or unexpected system failures.

TRADEMARKS DISCLAIMER
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Any product names, logos, brands, and other trademarks or images featured or referred to within the trade-copier.com or duplikium.com website are the property of their respective trademark holders. These trademark holders are not affiliated with Duplikium, our products, or our websites. They do not sponsor or endorse Duplikium or any of our products.

HIGH-FREQUENCY TRADING (HFT) DISCLAIMER
High-Frequency Trading (HFT) strategies are accepted on the Duplikium platform as long as they remain within reasonable and standard operational practices.
However, Duplikium reserves the right, at its sole discretion, to suspend or disable any Client account at any time and without prior notice if the usage of HFT — or any other strategy — negatively impacts the performance, security, or availability of the service for other users.
It is strongly recommended that the Client intending to run HFT strategies contact Duplikium in advance to assess the technical feasibility and compatibility with the platform. Based on the Client’s use case, Duplikium may fine-tune the setup to ensure system stability and optimal operation.
Duplikium Copyright 2013-

Privacy Policy | Terms of Use | Business Conditions

www.trade-copier.com | www.duplikium.com
Duplikium SA registered in Switzerland under CHE-433.550.864, registered address is Faubourg du Lac 2, 2000 Neuchâtel, Switzerland

Modal Title

Facebook Twitter LinkedIn Telegram