---
title: "Insight into transfers, grouped by account."
method: GET
path: "/v1/insight/transfer/asset"
tags: ["insight"]
---

# Insight into transfers, grouped by account.

`GET /v1/insight/transfer/asset`

This endpoint gives a summary of the transfers made by the user, grouped by asset account or lability.

## Query parameters

- `start` string, date, required
- `end` string, date, required
- `accounts[]` integer[]

## Headers

- `X-Trace-Id` string, uuid

## Response `200`

A list of asset accounts and transfer details. Each asset account has one row per currency.

- InsightTransferEntry[]
  - `id` string, string — This ID is a reference to the original object.
  - `name` string, string — This is the name of the object.
  - `difference` string, string — The total amount transferred between start date and end date, a number defined as a string, for this asset account.
  - `difference_float` number, double — The total amount transferred between start date and end date, a number as a float, for this asset account. May have rounding errors.
  - `in` string, string — The total amount transferred TO this account between start date and end date, a number defined as a string, for this asset account.
  - `in_float` number, double — The total amount transferred FROM this account between start date and end date, a number as a float, for this asset account. May have rounding errors.
  - `out` string, string — The total amount transferred FROM this account between start date and end date, a number defined as a string, for this asset account.
  - `out_float` number, double — The total amount transferred TO this account between start date and end date, a number as a float, for this asset account. May have rounding errors.
  - `currency_id` string, string — The currency ID of the expenses listed for this account.
  - `currency_code` string, string — The currency code of the expenses listed for this account.

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `422` — Validation error. The body will have the exact details.
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
