---
title: "GET /v2/route/active-routes"
method: GET
path: "/v2/route/active-routes"
tags: ["Routes"]
---

# GET /v2/route/active-routes

`GET /v2/route/active-routes`

## Query parameters

- `activeRouteId` string, required

## Headers

- `API-KEY` string

## Response `200`

Get active route details using active route id

- ActiveRoutesOutputDTO
  - `success` boolean, required — Status of API response.
  - `result` ActiveRouteResponse, required
    - `activeRouteId` number, required — Id of the Active Route.
    - `userAddress` string, required — Address of user doing the Active Route.
    - `totalUserTx` number, required — Total number of txs required in Active Route.
    - `userTxs` object[], required — Array of user txs.
    - `fromChainId` number, required — Id of source chain.
    - `toChainId` number, required — Id of destination chain.
    - `fromAssetAddress` string, required — Address of token on source chain.
    - `toAssetAddress` string, required — Address of token on destination chain.
    - `fromAmount` string, required — Amount of sending tokens.
    - `toAmount` string, required — Approximate amount of receiving tokens.
    - `routeStatus` string, required — Status of the Active Route.
    - `createdAt` string, date-time, required — Timestamp of Route start.
    - `updatedAt` string, date-time, required — Timestamp of last route update.
    - `currentUserTxIndex` number, required — Index of current tx in userTxs array.
    - `fromAsset` TokenAsset, required
      - `name` string — Name of token.
      - `address` string, required — Address of token.
      - `icon` string — URL for icon of token.
      - `decimals` number — Decimal used for token.
      - `symbol` string, required — Symbol of token.
      - `chainId` 'ETHEREUM' | 'OPTIMISM' | 'BSC' | 'XDAI' | 'POLYGON' | 'FANTOM' | 'ARBITRUM' | 'AVALANCHE', required — Chain id of the token
    - `toAsset` TokenAsset, required
      - `name` string — Name of token.
      - `address` string, required — Address of token.
      - `icon` string — URL for icon of token.
      - `decimals` number — Decimal used for token.
      - `symbol` string, required — Symbol of token.
      - `chainId` 'ETHEREUM' | 'OPTIMISM' | 'BSC' | 'XDAI' | 'POLYGON' | 'FANTOM' | 'ARBITRUM' | 'AVALANCHE', required — Chain id of the token

---

[API](https://skmtc.net/swaprhq/apis/movr-aggregator-api.md) · [All operations](https://skmtc.net/swaprhq/apis/movr-aggregator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swaprhq/movr-aggregator-api/revisions/8b1957cc0e8f/schema)
