GET
/
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

Query Parameters

id
integer
required

Response

200 - application/json
active_transactions
integer
required

Amount of this order transactions that were sent, but their result is still unknown

creation_timestamp
integer
required

Unix time in seconds

current_input_amount
number
required
current_output_amount
number
required
id
integer
required
initial_input_amount
number
required
invocations_executed
integer
required

Amount of swaps that had already been tried to be executed (including those that failed to reasons like slippage tolerance abortion)

max_invocations
integer
required

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

max_path_length
integer
required

Max path length in tokens for every route that could potentially be executed within this order

max_suborders
integer
required
min_output_amount
number
required
slippage
number
required
Required range: 0 < x < 1
status
enum<string>
required
Available options:
active,
requested_cancellation,
cancelled_by_user,
cancelled_by_system,
executed,
max_retries_exceeded
suborders_executed
integer
required
token_from
object
required
token_to
object
required
type
enum<string>
required
Available options:
limit,
dca,
vca
wallet
string
required
close_timestamp
integer

Unix time in seconds