基於現有 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%+

成交量提升