v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Strategies

Get pre-built transaction for strategy order cancellation

delete/v1/strategies/{address}/order

Path parameters

addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV

Query parameters

idinteger required

Headers

x-verifystring required

TON proof for the given address

Response

Transaction to be sent

payload_cellstring base64 required

Base64-encoded cell. Treated as a payload field in TonConnect transaction.

addressstring required
valuestring int128 required

Amount of nanotons to be sent. Can be passed to TonConnect transaction.

state_initstring base64

Base64-encoded cell. Treated as a stateInit field in TonConnect transaction.

Example response

{
  "address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez"
}