Portfolio trades (Security | Current session)
GET/md/v2/Clients/:exchange/:portfolio/:symbol/trades
Returns information about all deals of the portfolio
with the specified symbol
made during the current trading session.
Session time frames depend on the selected market and may differ.
Anonymous execution of this command is prohibited. Provide the valid Access token as the value of the mandatory token
parameter.
System test environment address is used in the request description as the default. The reason for this is to protect users from accidental operations with real data. Keep this in mind when using interactive description and copying code samples.
You can change the environment in the Request window. Learn more about environments in related article.
The same operation can be performed as a WebSocket-подписки.
Request
Responses
- 200
- 401
- 403
- 429
Request processed successfully
Failed to authorize request — JWT
is not specified in the request header, it has expired, or it belongs to a different system environment
Insufficient rights. Check that provided values are correct
The allowable limit of requests to the endpoint has been exceeded: by the number of requests per second or requests handled simultaneously.