Skip to main content
GET
Transactions by Address

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Bitcoin address or hex encoded script pubkey

Query Parameters

count
integer | null
default:100

The max number of results per page

Required range: x >= 0
confirmations
integer<int64> | null

Only return transactions with at least a certain amount of confirmations

Required range: x >= 0
order
enum<string> | null
default:asc

The order in which the results are sorted (by height at which transaction was included in a block)

Available options:
asc,
desc
from
integer<int64> | null

Return only transactions included on or after a specific height

Required range: x >= 0
to
integer<int64> | null

Return only transactions included on or before a specific height

Required range: x >= 0
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

Response

Requested data

data
object[]
required
last_updated
object
required
next_cursor
string | null