Bitcoin Wallet Balances and Transactions

Get wallet balances, wallet transactions and aggregated market statistics for Bitcoin addresses.

Don't Have an API Key?

Sign up to start building on Bitcoin.

Unlock millions of requests and free archive data on all chains.

Bitcoin Quick Facts

Blockchains supported
btc-mainnet

Code Samples

Get transactions by wallet address

GET /v1/cq/covalent/app/bitcoin/transactions/

Get transactions for a Bitcoin wallet.

Costs:
1.00 Credits
Processing:
Batch
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