---
title: "Get Dogecoin Transaction by hash"
method: GET
path: "/v3/dogecoin/transaction/{hash}"
tags: ["Dogecoin - Tatum API"]
---

# Get Dogecoin Transaction by hash

`GET /v3/dogecoin/transaction/{hash}`

/v3/dogecoin/transaction/{hash}

#### 1 credit per API call.

  

Get Dogecoin Transaction detail by transaction hash.

## Path parameters

- `hash` string, required

## Response `200`

OK

- DogeTx
  - `hash` string — Transaction hash.
  - `size` number — Size of the transaction.
  - `vsize` number
  - `version` number — Index of the transaction.
  - `vin` object[] — List of transactions, from which assets are being sent.
    - `txid` string — Transaction hash of the input.
    - `vout` number — Transaction index of the input.
    - `scriptSig` object
      - `asm` string
      - `hex` string
    - `sequence` number
  - `vout` object[] — List of recipient addresses and amounts to send to each of them.
    - `value` number — Amount of UTXO in 1/1000000 DOGE.
    - `n` number — Transaction index of the output.
    - `scriptPubKey` object
      - `asm` string
      - `hex` string
      - `type` string
      - `addresses` string[]
  - `locktime` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
