get https://svc.blockdaemon.com/universal/{version}///tx//
Get a transaction output by a user-defined transaction hash and the transaction output index.
Supported Protocols & Networks
Protocol | Network | Path Parameter |
---|---|---|
Bitcoin | Mainnet | bitcoin/mainnet |
Testnet | bitcoin/testnet |
|
Testnet4 | bitcoin/testnet4 |
|
Bitcoincash | Mainnet | bitcoincash/mainnet |
Testnet | bitcoincash/testnet |
|
Dogecoin | Mainnet | dogecoin/mainnet |
Testnet | dogecoin/testnet |
|
Litecoin | Mainnet | litecoin/mainnet |
Testnet | litecoin/testnet |
Truncation InfoFor responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.
To avoid this behavior, we recommend using a library such as
json-bigint
orlossless-json