---
title: "Get historical account transactions on swap.coffee"
method: GET
path: "/v1/profile/{address}/transactions"
tags: ["Profile"]
---

# Get historical account transactions on swap.coffee

`GET /v1/profile/{address}/transactions`

## Path parameters

- `address` string, required

## Query parameters

- `token` string
- `token2` string
- `size` integer
- `page` integer

## Headers

- `x-verify` string, required

## Response `200`

Historical account transactions

- ApiHistoricalTransaction[]
  - `route_id` integer, required
  - `unix_time` integer, required — When transaction happened in blockchain - unix seconds
  - `logical_time` integer, required — When transaction happened in blockchain - on-chain logical time
  - `from` ApiQuantifiedToken, required
    - `token_blockchain` string, required
    - `token_address` string, required
    - `amount` number, double, required
  - `to` ApiQuantifiedToken, required
    - `token_blockchain` string, required
    - `token_address` string, required
    - `amount` number, double, required
  - `dex` string, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/fd1067547679/schema)
