---
title: "returns the transactions of the provided address"
method: GET
path: "/address/{address}/transactions"
tags: ["address"]
---

# returns the transactions of the provided address

`GET /address/{address}/transactions`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- AddressTransactions[]
  - `data` AddressTransactionsData[]
    - `transactions` object[]
  - `error` string
  - `code` string

## Changes

- **2023-02-08** `82d543636074` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/address/:address/transactions/get.md)

---

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