Skip to main content

v1/cq/covalent/app/bitcoin/transactions/ REST API Endpoint

Fetch the full transaction history of a Bitcoin wallet.

Updated on
Jan 09, 2025

v1/cq/covalent/app/bitcoin/transactions/ REST API Endpoint

Query Parameters

address
string
REQUIRED
The address to query transactions for
page-size
integer
The number of results to display per page
page-number
integer
The page number to retrieve for paginated results

Returns

data
object
The main response object containing the data
updated_at
string
The timestamp of when the data was last updated
items
array
An array of transaction details
chain_id
string
The ID of the blockchain
chain_name
string
The name of the blockchain
contract_decimals
integer
The number of decimal places used by the token contract
block_hash
string
The hash of the block
block_signed_at
string
The timestamp of when the block was signed
block_height
string
The height of the block
tx_hash
string
The hash of the transaction
tx_idx
string
The index of the transaction within the block
type
string
The type of transaction (e.g., input or output)
address
string
The address associated with the transaction
value
string
The value of the transaction
quote_rate
number
The exchange rate at the time of the transaction
quote
number
The quoted value in USD
fees_paid
string
The fees paid for the transaction
gas_quote
number
The gas quote for the transaction
gas_quote_rate
number
The gas quote rate at the time of the transaction
coinbase
boolean
Indicates if the transaction was a coinbase transaction
locktime
string
The locktime of the transaction
weight
string
The weight of the transaction
pagination
object
Pagination details for the response
has_more
boolean
Indicates if there are more pages available
page_number
integer
The current page number
page_size
integer
The number of items per page
total_count
string
The total number of items
metadata
array
Additional metadata for the response
name
string
The name of the metadata field
type
string
The type of the metadata field
Request
1
curl --location 'https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free