Get instrument condition
GET/v1/configuration/accounts/:account_id/instruments/:instrument/conditions
Returns trading conditions, trading sessions and commission settings for one selected instrument.
This response is the source of per-instrument trading validation inputs used by mutating trading methods:
volume_min,volume_max,volume_stepfor volume validationpoint_digitsfor price precision and implied price step10^-point_digits
Request
Responses
- 200
- 400
- 401
- 410
- 500
OK
Bad Request
Authorization failed
Invalid account
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.