Bitcoin Wallet Balances and Transactions
Get wallet balances, wallet transactions and aggregated market statistics for Bitcoin addresses.
Bitcoin Quick Facts
Blockchains supported | |
---|---|
btc-mainnet |
Code Samples
Get transactions by wallet address
GET
/v1/cq/covalent/app/bitcoin/transactions/
Costs:
1.00 Credits
Processing:
Batch
Get transactions for a Bitcoin wallet.
Request
curl -X GET https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/? \ -H 'Content-Type: application/json' \ -u YOUR_API_KEY: \ # The colon prevents curl from asking for a password
Schema
Field | |
---|---|
chain_id integer | |
chain_name string | |
contract_decimals uint8 | |
block_hash string | |
block_signed_at string | |
block_height integer | |
tx_hash string | |
tx_idx integer | |
type string | |
address string | |
value integer | |
quote_rate float | |
quote float | |
fees_paid integer | |
gas_quote float | |
gas_quote_rate float | |
coinbase bool | |
locktime integer | |
weight integer |