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
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
{
"strategyId": "0xe63ba761797e289076f80a7c0916a31740684806aaf507da85f81ee785fec6ba",
"timestamp": 1571686335,
"transactionHash": "0x9ed2fdc68aa1253d206b954ea065a38a6332bd1732d0992e9bcb7056e720e381",
"transactionStatus": "confirmed"
}
Last updated
Was this helpful?