Create Evaluation Accounts

### Batch create up to 100 simulation accounts at once. A higher level B2B Partner operation that can help to greatly reduce your application's API usage footprint. This call is able to batch the functionality of several calls at once for each EvaluationAccount configuration object provided: - The `userId` field controls which user will be assigned a Trading Permission for this account once it is created. - Providing a `preTradeRisk` will allow you to apply `userAccountPositionLimit` and `userAccountRiskParameter` settings directly. - Providing a `postTradeRisk` will allow you to set the `userAccountAutoLiq` settings directly. It is strongly advised to use this endpoint when creating new accounts to minimize API traffic. ***Note***: This endpoint replaces [/user/openDemoAccount](/api/rest-api-endpoints/users/open-demo-account) and [/user/createTradingPermission](/api/rest-api-endpoints/users/create-trading-permission).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
accountslist of objectsRequired

Response

CreateEvaluationAccountsResponse
resultslist of objects
errorTextstring or null<=8192 characters

Non-empty if the request failed