v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
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

status'pending' | 'partially_complete' | 'succeeded' | 'failed' | 'timed_out' required

Example response

[
  {
    "steps": [
      {
        "input": {
          "token_blockchain": "ton"
        },
        "output": {
          "token_blockchain": "ton"
        }
      }
    ],
    "input": {
      "token_blockchain": "ton"
    },
    "output": {
      "token_blockchain": "ton"
    }
  }
]