Bitcoin
Get transactions for Bitcoin address
Used to fetch the full transaction history of a Bitcoin wallet.
GET
/
v1
/
cq
/
covalent
/
app
/
bitcoin
/
transactions
/
Credit Cost: 0.1 per item.
Processing: Realtime
Processing: Realtime
Only supports non-HD bitcoin addresses.
Query Parameters
address
string
The bitcoin address to query.
page-size
integer
Number of items per page. Omitting this parameter defaults to 100.
page-number
integer
0-indexed page number to begin pagination.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
items
object[]
List of response items.
pagination
object
Pagination metadata.