POST
/
v1
/
strategies
/
{address}
/
order

Authorizations

X-Api-Key
string
header
required

Headers

x-verify
string
required

TON proof for the given address

Path Parameters

address
string
required

Body

application/json
input_amount
number
required
Required range: x > 0
max_invocations
integer
required

Max amount of swaps to be potentially executed (including those that fail to reasons like slippage tolerance abortion)

Required range: 1 < x < 255
max_suborders
integer
required
Required range: 1 < x < 255
min_output_amount
number
required
Required range: x > 0
slippage
number
required
Required range: 0 < x < 1
token_from
object
required
token_to
object
required
type
enum<string>
required
Available options:
limit,
dca,
vca

Response

200 - application/json
address
string
required
payload_cell
file
required

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

value
string
required

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

state_init
file

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