Parameter | Type | Required | Description |
---|---|---|---|
chain_name | enum | Yes | Chain name to filter events (e.g. BASE_MAINNET , ETH_MAINNET , BSC_MAINNET ) |
wallet_addresses | array<string> | Yes | Addresses to track |
walletTxs
endpoint to receive events.
Field | Type | Description |
---|---|---|
tx_hash | string | The transaction hash |
from_address | string | The sender’s address |
to_address | string | The recipient’s address |
value | integer | The transaction value in native currency |
chain_name | string | The blockchain network where the transaction occurred |
block_signed_at | string | ISO timestamp of when the block was signed |
block_height | integer | The block number where the transaction was included |
block_hash | string | The hash of the block containing the transaction |
miner_address | string | The address of the block miner |
gas_used | integer | The amount of gas used by the transaction |
tx_offset | integer | The position of the transaction in the block |
successful | boolean | Whether the transaction was successful |
decoded_type | string | The type of decoded event (e.g., “SWAP”) |
decoded | object | The decoded event data (varies by event type) |
logs | array | Array of event logs emitted during the transaction |