Blockdaemon REST API - Get the Transaction Confirmations

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

💡

Compute Unit Value: 5 (fixed) Skip link to [object Object],: ,[object Object], (fixed)


📘

Transaction Hash Examples Skip link to Transaction Hash Examples

Supported Protocols & Networks

Protocol Network Path Parameter
Algorand Mainnet algorand/mainnet
Avalanche Mainnet avalanche/mainnet-c
Testnet avalanche/testnet-c
Bitcoin Mainnet bitcoin/mainnet
Testnet bitcoin/testnet
Testnet4 bitcoin/testnet4
Bitcoincash Mainnet bitcoincash/mainnet
Testnet bitcoincash/testnet
Dogecoin Mainnet dogecoin/mainnet
Testnet dogecoin/testnet
Ethereum Mainnet ethereum/mainnet
Sepolia ethereum/sepolia
Hoodi ethereum/hoodi
Litecoin Mainnet litecoin/mainnet
Testnet litecoin/testnet
Optimism Mainnet optimism/mainnet
Polkadot Mainnet polkadot/mainnet
Westend polkadot/westend
Polygon Mainnet polygon/mainnet
Stellar Mainnet stellar/mainnet
Testnet stellar/testnet

protocol

string

required

Defaults to bitcoin

Protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, optimism, polkadot, polygon, stellar, tezos.

network

string

required

Defaults to mainnet

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

hash

string

required

Defaults to 71d4f3412ec11128bbd9ce988d5bff2ec3bb6ea3953c8faf189d88ae49de9f7a

The transaction hash.

``200 Transaction confirmations

``401 Invalid or expired token

``404 Not Found

``429 Rate limit exceeded

``500 An internal server error happened

``503 The resource you are trying to access is currently unavailable

Updated2 months ago


ShellGoJavaScriptPythonNode

Base URL

https://svc.blockdaemon.com/universal/v1/{protocol}/{network}/tx/{hash}/confirmations


xxxxxxxxxx

curl --request GET \

--url https://svc.blockdaemon.com/universal/v1/bitcoin/mainnet/tx/71d4f3412ec11128bbd9ce988d5bff2ec3bb6ea3953c8faf189d88ae49de9f7a/confirmations \

--header 'X-API-Key: ••••' \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200401404429500503

Updated2 months ago


Did this page help you?

Yes

No