MetaCopier
Open appSupport
  • 📄Documentation
  • 💟Introduction
  • Features
    • 💼Basic features
    • 🌟Pro features
    • 🔀Signal sharing
    • 🏎️HFT support
    • 💢Specifications
  • ⛳Pending orders
  • Tutorials
    • 🚀Quick start guide
    • 📈Set up strategy
    • ➡️Connect TradingView
    • 💰Prop firms guide
    • 🖥️For developers
    • 🔍Regex
    • ⏳Cron expressions
    • 🏠My home IP
  • B2B
    • 👨‍💼Business-to-Business
    • 🏷️White label
  • MetaCopier
    • 🧑‍🤝‍🧑Affiliate Program
    • Frequently Asked Questions (FAQ)
    • ⛑️Troubleshooting
    • 💠App
    • 💲Billing
    • 💳Payment methods
    • 🤝Support
    • 🚧Feature request
    • 🚀Release notes
  • REST API
    • ✨SDK
      • Usage
        • C#
        • Java
        • Typescript
        • Python
        • Other
      • Generation
    • 💡API
      • Swagger
      • Readme.io
    • 🗒️Changes
  • Socket API
    • 💡API
    • 🗒️Changes
Powered by GitBook
On this page
  • 2025-05-04
  • 2025-04-20
  • 2025-03-23
  • 2025-03-09
  • 2025-02-22
  • 2025-02-15
  • 2025-02-09
  • 2025-02-02
  • 2025-01-26
  • 2025-01-18
  • 2024-12-08
  • 2024-11-24
  • 2024-11-10
  • 2024-11-02
  • 2024-10-27
  • 2024-10-20
  • 2024-10-13
  • 2024-09-28
  • 2024-09-07
  • 2024-08-04
  • 2024-06-23
  • 2024-06-09
  • 2024-05-26
  • 2024-05-05
  • 2024-04-17
  • 2024-04-14
  • 2024-03-02
  • 2024-01-16
  • 2023-12-05

Was this helpful?

  1. REST API

Changes

This page documents the changes made to the REST API

2025-05-04

Account API

  • "dailyRelativeProfitTarget" added to FeatureDailyProfitTargetDTO

  • "weeklyRelativeProfitTarget" added to FeatureWeeklyProfitTargetDTO

  • "monthlyRelativeProfitTarget" added to FeatureMonthlyProfitTargetDTO

  • "autoResetIfBalanceIsBelow" added to FeatureDailyProfitTargetDTO

  • "autoResetIfBalanceIsBelow" added to FeatureWeeklyProfitTargetDTO

  • "autoResetIfBalanceIsBelow" added to FeatureMonthlyProfitTargetDTO

  • "relativeRiskLimit" added to RiskLimitDTO

2025-04-20

Account API

  • "closeAfterInSeconds" added to FeatureKeepAliveTradeDTO

  • "dailyAbsoluteProfitTarget" added to FeatureDailyProfitTargetDTO

  • "weeklyAbsoluteProfitTarget" added to FeatureWeeklyProfitTargetDTO

  • "monthlyAbsoluteProfitTarget" added to FeatureMonthlyProfitTargetDTO

  • "absoluteRiskLimit" added to RiskLimitDTO

2025-03-23

Type API

  • "Bybit" added to AccountTypeDTO

2025-03-09

New DTOs

  • FeatureMaintenanceWindowDTO

2025-02-22

New DTOs

  • FeatureDelayedExecutionDTO

Account API

  • member 'usedMargin' added to AccountInformationDTO

  • member 'freeMargin' added to AccountInformationDTO

2025-02-15

New DTOs

  • FeatureSocketDTO

  • FeatureApprovalDTO

Account API

  • member 'pendingApprovals' added to AccountInformationDTO

2025-02-09

New DTOs

  • FeatureHftModeDTO

Type API

  • "Binance" added to AccountTypeDTO

2025-02-02

New DTOs

  • FeatureTradingWindowsDTO

  • FeatureTrailingStopDTO

2025-01-26

New DTOs

  • FeatureBreakEvenDTO

Type API

  • "MatchTrader" added to AccountTypeDTO

2025-01-18

New features:

  • New DTOs

    • FeatureMaxLotSizeDTO

    • FeatureMaximumLotDTO

    • FeatureMultiplierDTO

    • FeatureMaxOpenPositionsDTO

2024-12-08

New features:

  • Signal API

Bugfixes: none

Breaking changes: none

2024-11-24

New features:

  • Account API

    • member 'profitThisMonth' added to AccountInformationDTO

    • member 'positionMismatch' added to AccountInformationDTO

  • New DTOs

    • FeatureExitSignalOverrideDTO

    • FeatureTpSlManagementDTO

    • FeatureMyHomeIpDTO

    • FeatureFallbackSettingDTO

Bugfixes: none

Breaking changes: none

2024-11-10

New features:

  • Account API

    • member 'forcePositionLotSize' added to CopierDTO

  • New DTOs

    • FeatureSignalProviderDTO

    • FeatureSignalFollowerDTO

Bugfixes: none

Breaking changes: none

2024-11-02

New features:

  • Account API

    • member 'copyOpenPositions' added to CopierDTO

Bugfixes: none

Breaking changes: none

2024-10-27

New DTOs

  • FeatureDailyProfitTargetDTO

  • FeatureWeeklyProfitTargetDTO

  • FeatureMonthlyProfitTargetDTO

Bugfixes: none

Breaking changes: none

2024-10-20

New features:

  • Account API

    • member 'hideComment' added to CopierDTO

Bugfixes: none

Breaking changes: none

2024-10-13

New features:

  • Account API

    • "openPositions" flag added to AccountInformationDTO

Bugfixes: none

Breaking changes: none

2024-09-28

New features:

  • New DTOs

    • FeatureProgressiveTradeSizingDTO

Bugfixes: none

Breaking changes: none

2024-09-07

New features:

  • New DTOs

    • FeatureDedicatedIpDTO

    • FeatureDedicatedIpPoolDTO

    • ProxyDTO

    • ProxyRegionDTO

  • Type API

    • "proxyRegions" endpoint added

    • "Berlin" and "Singapore" added as RegionDTO

  • Account API

    • Member 'proxy' added to AccountDTO

Bugfixes: none

Breaking changes: none

2024-08-04

New features:

  • Type API

    • "TradeLocker" added to AccountTypeDTO

  • Account API

    • Member 'reverse' added to CopierDTO

Bugfixes: none

Breaking changes: none

2024-06-23

New features:

  • New DTOs

    • FeatureKeepAliveTradeDTO

    • FeaturePermittedSymbolsDTO

Bugfixes: none

Breaking changes: none

2024-06-09

New features:

  • Account API

    • member 'openRetry' added to CopierDTO

Bugfixes: none

Breaking changes: none

2024-05-26

New features:

  • Trading API added

  • Account API

    • Get, add, update and delete a feature

  • New DTOs

    • FeatureCopierFilterDTO

Bugfixes: none

Breaking changes: none

2024-05-05

New features:

  • Type API

    • "CTrader" added as AccountTypeDTO

    • "Fixed lot size" and "No scaling" added to ScaleTypeDTO

Bugfixes: none

Breaking changes: none

2024-04-17

New features:

  • Project API

    • Get, add, update and delete a feature

  • New DTOs

    • FeatureDTO

    • FeatureSettingDTO

    • FeatureTelegramNotificationDTO

    • TelegramNotificationDTO

Bugfixes: none

Breaking changes: none

2024-04-14

New features:

  • Account API

    • Get account copier current symbol mappings added

Bugfixes: none

Breaking changes: none

2024-03-02

New features:

  • AccountTypeDTO

    • DXtrade (id 3) added

Bugfixes: none

Breaking changes: none

2024-01-16

New features:

  • Possibility to delete projects

    • DELETE

Bugfixes: none

Breaking changes: none

2023-12-05

PreviousReadme.ioNextAPI

Last updated 10 days ago

Was this helpful?

The inaugural version of MetaCopier.io has been officially launched

🗒️
🚀