Skip to main content
GET
Transactions - By Wallet Address

Authorizations

x-api-key
string
header
required

Headers

x-amberdata-blockchain-id
enum<string>
default:ethereum-mainnet

The id of the blockchain

Available options:
ethereum-mainnet

Path Parameters

hash
string
default:0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB
required

address to retrieve transactions for

Query Parameters

blockchain
enum<string>
default:ethereum-mainnet

The blockchain to query. Only ethereum-mainnet is supported.

Available options:
ethereum-mainnet
blockNumber
integer<int64>

Filter by transactions for this block number. Takes precedence over startDate/endDate when supplied.

startDate
string<date-time>

Filter by transactions which happened at or after this date (inclusive). Accepts RFC3339 (2024-01-01T00:00:00Z), YYYY-MM-DD, or a numeric timestamp in milliseconds/seconds. Ignored when blockNumber is set.

endDate
string<date-time>

Filter by transactions which happened before this date (exclusive). Accepts RFC3339 (2024-01-01T00:00:00Z), YYYY-MM-DD, or a numeric timestamp in milliseconds/seconds. The [startDate, endDate) window is capped at 90 days. Ignored when blockNumber is set.

decodeTransactions
boolean
default:false

Decodes the transaction input via known ABIs and adds a decodedTransactionInput object to each record where the ABI could be resolved.

direction
enum<string>
default:descending

The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.

Available options:
ascending,
descending
timeFormat
enum<string>
default:iso

The format in which to return the timestamp field: iso and hr return a string, ms and ns return a number.

Available options:
iso,
hr,
ms,
ns
page
integer<int32>
default:0

The page number to return.

size
integer<int32>
default:100

The number of records per page (maximum 1000)

Response

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object