Platforms

Get a list of platforms

Use this method to obtain a list of available platforms.

GET
/api/v2/my/platforms

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v2/my/platforms"
[  {    "id": 1,    "name": "MetaTrader 5",    "caption": "MetaTrader5 Live",    "type": "MetaTrader5",    "isDemo": true,    "terminalUrl": "https://example.com"  }]