Routing
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"
}
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.