Last updated
Last updated
API documentation can be found for and cryptocurrency on blockhairs website.
GetTransaction fetches a Bitcoin-like transaction. The cryptocurrency supported, per 2021 September, are bitcoin
, bitcoin-cash
, litecoin
, bitcoin-sv
, dogecoin
, dash
, groestlcoin
, zcash
, ecash
, bitcoin/testnet
. Followed by the transaction hash (regex: /^[0-9a-f]{64}$/i
), also known as txid.
Request cost is 1.
GetTransactionAdv fetches a Bitcoin-like transaction and allowing options. The cryptocurrency supported, per 2021 September, are bitcoin
, bitcoin-cash
, litecoin
, bitcoin-sv
, dogecoin
, dash
, groestlcoin
, zcash
, ecash
, bitcoin/testnet
. Followed by the transaction hash (regex: /^[0-9a-f]{64}$/i
), also known as txid. Lastly the wanted options in a map (for valid options see API doc. linked on top of the page).
Request cost is 1.
GetTransactions fetches mutliple Bitcoin-like transactions. The cryptocurrency supported, per 2021 September, are bitcoin
, bitcoin-cash
, litecoin
, bitcoin-sv
, dogecoin
, dash
, groestlcoin
, zcash
, ecash
, bitcoin/testnet
. Followed by the transaction hashes (regex: /^[0-9a-f]{64}$/i
), also known as txid's.
GetTransactionsAdv fetches mutliple Bitcoin-like transactions and allowing options. The cryptocurrency supported, per 2021 September, are bitcoin
, bitcoin-cash
, litecoin
, bitcoin-sv
, dogecoin
, dash
, groestlcoin
, zcash
, ecash
, bitcoin/testnet
. Followed by the transaction hashes (regex: /^[0-9a-f]{64}$/i
), also known as txid's.
GetTransactionEth fetches an Ethereum transaction. The cryptocurrency supported, per 2021 September, are ethereum
, ethereum/testnet
. Followed by the transaction hash (regex: /^0x[0-9a-f]{64}$/i
), also known as txid. Request cost is 1.
GetTransactionEthAdv fetches an Ethereum transaction and allowing options. The cryptocurrency supported, per 2021 September, are ethereum
, ethereum/testnet
. Followed by the transaction hash (regex: /^0x[0-9a-f]{64}$/i
), also known as txid. Lastly the wanted options in a map (for valid options see API doc. linked on top of the page). Request cost is 1.
Request cost is
Request cost is
Page about how to get transaction(s)