Get CRM Trading Account Types
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 |
| [].name | string | account type name |
| [].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 |