Get Ethereum transactions by address

⚠️ Deprecated: Get Transactions By Address


GET /v3/ethereum/account/transaction/{address} is deprecated.

Use GET /v4/data/transaction/history

Fetch transaction history for a blockchain address.


Explore Docs →

/v3/ethereum/account/transaction/{address}

This endpoint is deprecated. Do not use it.

20 credit per API call.

Get Ethereum transactions by address. This includes incoming and outgoing transactions for the address.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account address you want to get balance of

Query Params
number
required
1 to 50

Max number of items per page is 50.

number

Offset to obtain next page of the data.

number
≥ 1

Transactions from this block onwards will be included.

number
≥ 1

Transactions up to this block will be included.

string
enum
Defaults to DESC

Sorting of the data. ASC - oldest first, DESC - newest first.

Allowed:
Headers
string
enum
Defaults to ethereum-sepolia

Type of Ethereum testnet. Defaults to ethereum-sepolia.

Allowed:
Responses

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