---
title: "GET /getAddressTransactions"
method: GET
path: "/getAddressTransactions"
tags: ["Account"]
---

# GET /getAddressTransactions

`GET /getAddressTransactions`

Returns an array of internal + external transactions that the address has made

## Query parameters

- `address` string, required
- `network` string
- `first` string
- `skip` string

## Response `200`

Success

- Transaction[] — An array of internal + external transactions that the address has made
  - `block_signed_at` string — Block signed at
  - `block_height` number — Block height
  - `tx_hash` string — Hash of the transaction
  - `tx_offset` number — Offset of the transaction
  - `successful` boolean — If the transaction was successful
  - `from_address` string — Address of the sender
  - `from_address_label` string — Label of the sender
  - `to_address` string — Address of the receiver
  - `to_address_label` string — Label of the receiver
  - `value` string — Value of the transaction
  - `value_quote` number — Quote value of the transaction
  - `pretty_value_quote` string — Pretty quote value of the transaction
  - `gas_offered` number — Gas offered
  - `gas_spent` number — Gas spent
  - `gas_price` number — Gas price
  - `fees_paid` string — Fees paid
  - `gas_quote` number — Gas quote
  - `pretty_gas_quote` string — Pretty gas quote
  - `gas_quote_rate` number — Gas quote rate

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Invalid API Key
- `502` — Bad Gateway
- `default` — Success

---

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