---
title: "Get transaction amount"
method: GET
path: "/explorer/transactionAmount/{txHash}"
tags: ["Explorer"]
---

# Get transaction amount

`GET /explorer/transactionAmount/{txHash}`

Get transaction amount

## Path parameters

- `txHash` string, required

## Response `200`

OK

- SuperformTransaction
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `amount_usd` number, double, required
  - `creation_timestamp` integer, required
  - `from_chain` integer, required
  - `protocol` string, required
  - `sender` string, required
  - `status` integer, required
  - `superform_id` string, required
  - `to_chain` integer, required
  - `transaction_hash` string, required
  - `tx_type` integer, required
  - `vault` string, required
  - `vault_id` string, required

## Other responses

- `default` — Error

---

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