---
title: "Get transactions for a referral address"
method: GET
path: "/referral/transactions"
tags: ["referral"]
---

# Get transactions for a referral address

`GET /referral/transactions`

Returns a list of transactions that were referred by the specified address, filtered by start timestamp.

## Query parameters

- `referral_address` string, required
- `from` integer
- `limit` integer
- `offset` integer

## Response `200`

OK

- InternalHandlersTransactionResponse[]
  - `amount_jetton` string
  - `amount_ton` string
  - `comment_text` string
  - `creator_fee` string
  - `external_hash` string
  - `liquidity` string
  - `lt` string
  - `market_cap` string
  - `platform_fee_amount` string
  - `referral_address` string
  - `referral_value` string
  - `timestamp` string
  - `token` InternalHandlersTransactionToken
    - `image_url` string
    - `name` string
    - `symbol` string
  - `token_address` string
  - `tx_type` string
  - `user_avatar` string
  - `user_display_name` string
  - `user_wallet` string

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
