v4
latestOpenAPI 3.0.32026-08-07129194194.6 KBRouting
Get route transactions execution result
get/v2/route/result
Query parameters
route_idinteger required
Response
Result of the route transactions execution
Example response
{
"splits": [
{
"steps": [
{
"input": {
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
},
"output": {
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
}
],
"input": {
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
},
"output": {
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
}
]
}