Appearance
Get CRM Trading Account Types
About 118 wordsLess than 1 minute
GET /public/v1/trading/accounts/types
Query Parameters
| Key | Type | Required | Rule | Description |
|---|
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| [] | array | account types |
| [].id | string | account type id |
| [].connection_id | string | connection id |
| [].leverages | array | account type leverages . int |
| [].trading_id_start | int | trading id range start |
| [].trading_id_end | int | trading id range end |
| [].platform | string | the platform of account type |
| [].server_name | string | the server name of connection |
| [].label | map | the label of account type |
| [].description | map | the description of account type |
| [].group | string | the trading account group of account type |
| [].groups | array | the crm user's groups of account type |
| [].leverage_default | int | default leverage |
| [].min_deposit | int | min deposit |