Cancellation
Customers can cancel a strategy anytime from the web app and it will not be executed again.
Get cancellation of a strategy
GET
https://api.8pay.network/v1/:chain/dollar-cost-average/strategies/:strategyId/cancellation
Path Parameters
Name | Type | Description |
---|---|---|
strategyId | string | ID of the strategy |
chain | string |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer <api-key> |
Last updated