v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Dogecoin - Tatum API

Get Dogecoin Transaction by hash

/v3/dogecoin/transaction/{hash}

1 credit per API call.

Get Dogecoin Transaction detail by transaction hash.

get/v3/dogecoin/transaction/{hash}

Path parameters

hashstring required
Example:d60631d8e5c8b6eb0557b5181cf28564d771c628a08abc414e87ad7c05ff2fc2

Transaction hash

Response

OK

hashstring

Transaction hash.

sizenumber

Size of the transaction.

vsizenumber
versionnumber

Index of the transaction.

locktimenumber

Example response

{
  "hash": "5f83d51c8d3054012cea3011fa626b85d89442788721afd60719ab1f9ab8f78a",
  "size": 145,
  "vsize": 145,
  "version": 2,
  "vin": [
    {
      "txid": "0db5a2881f26f7dce20222f9c2538dc296ab562e134a72052596bdf4bb6913b4",
      "vout": 1,
      "sequence": 4294967294
    }
  ],
  "vout": [
    {
      "value": 1000,
      "n": 1,
      "scriptPubKey": {
        "asm": "OP_HASH160 905c261d73922a21a16f505cefccaa07aaee50cd OP_EQUAL",
        "hex": "a914905c261d73922a21a16f505cefccaa07aaee50cd87",
        "type": "scripthash",
        "addresses": [
          "n4YNG8q5JyxkeWf7zMi1bMyRZbRKK1W7or"
        ]
      }
    }
  ],
  "locktime": 1233222
}