---
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
    - `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, required — Total transaction volume in USD.
    - `tokens_amount_in_usd` string, required — Value of tokens sent into the transaction in USD.
    - `tokens_amount_out_usd` string, required — Value of tokens received from the transaction in USD.
  - `success` boolean, required
  - `error` object, nullable
    - `code` string, required
    - `message` string, required

---

[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/4b5b35e288d8/schema)
