Blockdaemon REST API - Verify Transaction

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

💡

Compute Unit Value: 10 (fixed)


👍

START HERE!

Click Try It! to test the endpoint with the default values or customize your request by following these steps:

  1. Enter your API key in the Header: token text box (top right).
  2. Enter the parameters available below.
  3. Click Try It!.

Supported Protocols & Networks

Protocol Network Path Parameter
Avalanche Mainnet-c avalanche-mainnet-c
Testnet-c avalanche-testnet-c
Bitcoin Mainnet bitcoin-mainnet
Testnet bitcoin-testnet
Testnet4 bitcoin-testnet4
Bitcoincash Mainnet bitcoincash-mainnet
Testnet bitcoincash-testnet
Ethereum Mainnet ethereum-mainnet
Sepolia ethereum-sepolia
Hoodi ethereum-hoodi
Litecoin Mainnet litecoin-mainnet
Testnet litecoin-testnet
Polygon Mainnet polygon-mainnet
Amoy polygon-amoy
Solana Mainnet solana-mainnet
Testnet solana-testnet
Devnet solana-devnet
Stellar Mainnet stellar-mainnet
Testnet stellar-testnet
Tron Mainnet tron-mainnet
Nile tron-nile

blockchain_id

string

required

Defaults to ethereum-mainnet

Either a hyphen separated protocol-network pair like ethereum-mainnet or the chain-id

Api Tx Verify Request EVM

Api Tx Verify Request BTC

Api Tx Verify Request Tron

Api Tx Verify Request Stellar

Api Tx Verify Request Solana

``200

Request successful

``400 Bad Request

``401 Invalid or expired token

``429 Rate limit exceeded

``500 An internal server error happened

``501 The request endpoint is not implemented

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

Updated2 months ago


ShellNodeRubyPHPPython


curl --request POST \

--url https://svc.blockdaemon.com/tx/v1/ethereum-mainnet/verify \

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

--header 'accept: application/json' \

--header 'content-type: application/json'

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

application/json

``400 - generic``400 - Bitcoin mainnet intent verification with errors``401``429``500``501``503

Updated2 months ago