v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBRouting
Get route transactions execution result
get/v1/route/result
Query parameters
query_idinteger required
Actually it's route_id, but saved old naming for back-compatibility
Response
transactions for the route
Example response
[
{
"steps": [
{
"input": {
"token_blockchain": "ton"
},
"output": {
"token_blockchain": "ton"
}
}
],
"input": {
"token_blockchain": "ton"
},
"output": {
"token_blockchain": "ton"
}
}
]