get https://svc.blockdaemon.com/universal/{version}///account//utxo
Returns the transaction inputs and outputs following the BTC's UTXO model definition by a user-definied account address.
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