基于现有 MT 账户创建主账户或投资账户

在已有的 MetaTrader 账户基础上开通 B2COPY 账户。

面向管理员

Creates a master or investment account for a client from their existing MT account. The account is registered on B2COPY with the same login number it has on MT.

Prerequisite

The client must already be registered on the platform and have a client ID. For standalone solutions, see Seamless authorization and Register a client and create their payment account.

Endpoint

POST [host]/api/v2/b2copy/accounts/create

Request Body

NameTypeRequiredDescription
clientIdintegerYesThe client for whom the account is created.
investmentPlatformIdintegerYesThe investment platform instance (1 for a single MT server).
accountNumberstringYesThe MT login that exists on MT and will be registered on B2COPY.
productCurrencyIdintegerYesProduct currency identifier — contact Support for assistance.
isMasterintegerYes1 → create a master account; 0 → create an investment account.
accountNamestringNoName assigned to the account.
accountDescriptionstringNoDescription of the trading strategy on the account.
curl --location --request POST 'https://host.name/api/v2/b2copy/accounts/create' \
--header 'Authorization: Bearer <access_token>' \
--data-raw '{
  "clientId": 4406,
  "investmentPlatformId": 1,
  "accountNumber": "2121882154",
  "productCurrencyId": 10,
  "isMaster": 0,
  "accountName": "MAM investor",
  "accountDescription": "The trading strategy applied on the account"
}'

Response

The created account object, including its id, type, visibility flags, and timestamps.

{
  "is_master": false,
  "show_in_client_ui": true,
  "status": true,
  "id": 12574,
  "account_description": "The trading strategy applied on the account",
  "account_name": "MAM investor",
  "type": 8,
  "show_in_leaderboard": false,
  "active_since": "2024-04-01T15:06:41.000000Z",
  "created_at": "2024-04-01T15:06:41.000000Z"
}
还不是 B2COPY 客户?

将 B2COPY 引入您的经纪业务,实现自动驾驶式增长

在现有服务器上部署跟单交易、PAMM 与 MAM,把最优秀的交易员变成增长引擎——含托管、监控与支持。不确定从何开始?联系我们,我们会逐步讲解。

2–4 周

上线时间

$0

基础设施成本

40%+

成交量提升