Actions

custom_api_call
Make a custom API call to a specific endpoint

get_address_details
Returns address details including chain and mempool stats

get_address_transactions
Returns transaction history (up to 50 mempool + 25 confirmed transactions)

get_address_transactions_chain
Returns confirmed transaction history (25 transactions per page)

get_address_transactions_mempool
Returns unconfirmed transactions (up to 50)

get_address_utxo
Returns unspent transaction outputs for an address

get_block
Returns detailed block information

get_block_header
Returns the hex-encoded block header

get_block_height
Returns the hash of the block currently at specified height

get_block_raw
Returns the raw block representation in binary

get_block_status
Returns the confirmation status of a block

get_block_timestamp
Returns the height and hash of the block closest to the given timestamp

get_block_tip_hash
Returns the hash of the last block

get_block_tip_height
Returns the height of the last block

get_block_transaction_id
Returns the transaction at specified index within the block

get_block_transaction_ids
Returns a list of all transaction IDs in the block

get_block_transactions
Returns a list of transactions in the block (up to 25 transactions)

get_blocks_bulk
Returns details on the range of blocks between minHeight and maxHeight, inclusive, up to 10 blocks

get_difficulty_adjustment
Returns details about Bitcoin difficulty adjustment

get_historical_price
Returns bitcoin historical price in main currencies

get_mempool_blocks_fees
Returns current mempool as projected blocks with fee rates and sizes

get_price
Returns bitcoin latest price in main currencies

get_recommended_fees
Returns recommended fee rates for different transaction confirmation targets

get_transaction
Retrieve transaction details by transaction ID

get_transaction_hex
Get the raw transaction in hex format

get_transaction_merkle_proof
Get the merkle proof for a transaction

get_transaction_merkleblock_proof
Get the merkle block proof for a transaction

get_transaction_outspend
Get the spending status of a specific transaction output

get_transaction_outspends
Get the spending status of all outputs in a transaction

get_transaction_raw
Get the raw transaction in hex format

get_transaction_rbf_timeline
Get the Replace-By-Fee (RBF) timeline for a transaction

get_transaction_status
Get the confirmation status of a transaction

get_transaction_times
Get timing information for a transaction including first seen and block entry times

post_transaction
Submit a raw transaction to the network

validate_address
Validates a Bitcoin address























