Get all transactions for a Bitcoin address

/v3/bitcoin/transaction/address/{address}

1 credit per API call

Get all transactions for a Bitcoin address. Returns also transactions that are in mempool and haven't been included in a block. In that case blockNumber has a null value.

Path Params
string
required

Address

Query Params
number
required
1 to 50

Max number of items per page is 50.

number

Offset to obtain the next page of data.

number

Only show transactions after this block height.

number

Only show transactions before this block height.

string
enum

Type of the transaction to fetch - either incoming, or outgoing. If none is present - all transactions are fetched.

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json