Create a master or investment account using the existing MT account
Create a master or investment account on the B2COPY investment platform using a client’s existing MT account with this API method
Last updated
Was this helpful?
Create a master or investment account on the B2COPY investment platform using a client’s existing MT account with this API method
Last updated
Was this helpful?
Was this helpful?
curl --location --request GET 'https://host.name/api/v2/b2copy/accounts/create' \
--header 'Authorization: Bearer <accesss_token>' \
--data-raw '{
"clientId": 4406,
"investmentPlatformId": 1,
"accountNumber': "2121882154",
"productCurrencyId": 10,
"isMaster": 0,
"accountName": "MAM investor",
"accountDescription": "The trading strategy applied on the account"
}'{
"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,
"show_opened_positions": false,
"show_closed_positions": false,
"hide_time_positions": false,
"show_ivestor_opened_positions": false,
"show_ivestor_closed_positions": false,
"hide_investor_time_positions": false,
"active_since": "2024-04-01T15:06:41.000000Z",
"updated_at": "2024-04-01T15:06:41.000000Z",
"created_at": "2024-04-01T15:06:41.000000Z"
}