v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
Routing

Get route transactions execution result

get/v2/route/result

Query parameters

route_idinteger required

Response

Result of the route transactions execution

terminalboolean required

Whether this is the final view of the route result (i.e. it won't change anymore) and therefore it will be invalidated from our cache soon

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"
          }
        }
      }
    }
  ]
}