Strategy
Last updated
Last updated
Ready to test
Find which strategy is assigned to the given customer product ID.
Unique customer product identification number in UUID format
Ready to test
Delete a strategy by its ID.
Strategy ID
Unique requestor identification in UUID format
No content
Ready to test
Removes all subscribers from the strategy.
The UUID of the strategy.
Unique requestor identification in UUID format
No content
Ready to test
Removes a subscriber from the strategy.
The UUID of the strategy.
The UUID of the strategy subscriber.
Unique requestor identification in UUID format
No content
Ready to test
Create a strategy
Unique requestor identification in UUID format
Single strategy model for creation.
Name of the strategy.
Code of the strategy.
Description of the strategy.
Type of the strategy.
Indicates whether a strategy is rebalanced automatically or not.
Indicates whether the automated investing is applied to the strategy. Is required in case automation = true.
The date when the strategy is activated. This is only required in case automation is set to true.
The date when performing of the strategy is stopped. This is only required in case automation is set to true.
Indicates how often the strategy is rebalanced automatically.
The minimum order amount per asset of the strategy.
Indicates whether the orders of all subscribed strategy customer products should be sent separately or aggregated to the exchange.
A cash amount to invest from a settlement account. When cash is deposited into a settlement account, and the deposited cash amount is >= minInvestingAmount, then instant rebalancing and execution are applied.
Currency code in ISO 4217. Required if automatedInvesting is true.
Ready to test
Update a strategy by its ID.
Strategy ID
Unique requestor identification in UUID format
Single strategy update model.
Name of the strategy.
Code of the strategy.
Description of the strategy.
Type of the strategy.
Indicates whether a strategy is rebalanced automatically or not.
Indicates whether the automated investing is applied to the strategy. Is required in case automation = true.
The date when the strategy is activated.
The date when performing of the strategy is stopped.
Indicates how often the strategy is rebalanced automatically.
The minimum order amount per asset of the strategy.
Indicates whether the orders of all subscribed strategy customer products should be sent separately or aggregated to the exchange.
A cash amount to invest from a settlement account. When cash is deposited into a settlement account, and the deposited cash amount is >= minInvestingAmount, then instant rebalancing and execution are applied.
Currency code in ISO 4217. Required if automatedInvesting is true.
No content
Ready to test
Add a subscriber to the strategy.
The UUID of the strategy.
Unique requestor identification in UUID format
Subscribers for a given strategy.
ID of the customer.
Ready to test
Replaces all strategy subscribers with the new ones.
The UUID of the strategy.
Unique requestor identification in UUID format
Subscribers for a given strategy.
ID of the customer.
No content
Ready to test
Update a subscriber in the strategy.
The UUID of the strategy.
The UUID of the strategy subscriber.
Unique requestor identification in UUID format
Subscribers for a given strategy.
ID of the customer.
No content