---
title: "Get Transaction Details"
method: GET
path: "/v1/address/transaction"
tags: ["Address Information"]
---

# Get Transaction Details

`GET /v1/address/transaction`

Returns details of a transactions associated with the specified hash.

## Query parameters

- `hash` string, required

## Response `200`

Transaction associated with a specific hash.

- Transaction
  - `id` string, required
  - `version` number, required
  - `network` string, required
  - `height` string, required
  - `index` number, required
  - `timestamp` string, required
  - `hash` string, required
  - `sender` string, required
  - `message_types` string[], required
  - `addresses` string[], required
  - `success` boolean, required
  - `gas` object, required
    - `wanted` number, required
    - `used` number, required
  - `fees` object, required
    - `amount` string, required
    - `denom` string, required
  - `amounts` string[], required
  - `memo` string, required
  - `signers` string[], required
  - `messages` string[], required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
