Transactions list
ETH transactions list
Last updated
ETH transactions list
Last updated
GET /api/ethereum/transactions
Description:
This endpoint retrieves a paginated list of Ethereum transactions for a specific wallet address.
Base URL:
Request
Method: GET
URL: /api/ethereum/transactions
Query Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
Example Request:
Headers:
Header | Type | Required | Description |
---|---|---|---|
Example Header:
Response
The response will contain paginated information about Ethereum transactions, including transaction hash, block number, timestamp, from and to addresses, amount, asset type, fiat value, and transaction fee.
Fields in the Response:
data (Object): Contains the transaction data.
pagination (Object): Contains pagination information.
records (String): The total number of records.
pages (String): Total number of pages.
page (String): Current page number.
transactions (Array of Objects): List of transactions.
hash (String): The transaction hash.
method (String): The transaction method (e.g., "Transfer").
block (String): Block number.
age (String): Time since the transaction was made.
from (String): Sender’s wallet address.
traffic (String): Transaction direction (e.g., "OUT").
to (String): Recipient's wallet address.
fiatAmount (String): Fiat value of the transaction.
amount (String): Amount transferred.
asset (String): The asset involved (e.g., ETH).
txnFee (String): The transaction fee.
Example Response:
address
String
Yes
Ethereum wallet address to query.
page
Number
Yes
Page number to fetch.
show
Number
Yes
Number of records per page (max: 100).
Authorization
String
Yes
Bearer token for authentication.