---
title: "GET /api/v1/integrations/bantr/transactions"
method: GET
path: "/api/v1/integrations/bantr/transactions"
tags: ["Integrations"]
---

# GET /api/v1/integrations/bantr/transactions

`GET /api/v1/integrations/bantr/transactions`

.

## Query parameters

- `start_block` integer, required — Start Block
- `end_block` integer, required — End block
- `limit` integer, nullable — Pagination limit

## Response `200`

- object
  - `data` object[], nullable, required
    - `unique_foreign_txn_id` string, required — A unique identifier for the transaction from your system
    - `user_address` string, required — The wallet address of the user.
    - `action` string, required — The type of action (e.g., lend, borrow).
    - `block` integer, required — The block number where the transaction was
    - `txn_hash` string, required — The transaction hash.
    - `volume_usd` string, nullable, required — Total transaction volume in USD.
    - `tokens_amount_in_usd` string, nullable, required — Value of tokens sent into the transaction in USD.
    - `tokens_amount_out_usd` string, nullable, required — Value of tokens received from the transaction in USD.
  - `success` boolean, required
  - `error` object, nullable, required
    - `code` string, required
    - `message` string, required

## Changes

- **2026-03-01** `9048b9a34641` — 3 breaking, 5 info
  - the response property `data/items/tokens_amount_in_usd` became nullable for the status `200`
  - the response property `data/items/tokens_amount_out_usd` became nullable for the status `200`
  - the response property `data/items/volume_usd` became nullable for the status `200`
  - the response property `data` became required for the status `200`
  - …4 more

[Change history](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/changes/api/v1/integrations/bantr/transactions/get.md)

---

[API](https://skmtc.dev/cryptechdev/apis/neptune-api-v2.md) · [All operations](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptechdev/neptune-api-v2/revisions/65d147ca4389/schema)
