Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "transactionsByUser" |
user* | string | User’s wallet address (case-insensitive), e.g., "0x1234567890abcdef..." |
limit | number | Maximum number of transactions to return (default: 50, max: 100) |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Transaction hash |
type | string | Transaction type |
timestamp | number | Transaction timestamp (ms) |
blockNumber | number | Block containing transaction |
txIndex | number | Position within block |
orderId | string | Related order ID (optional) |
data | object | Transaction data |
Example Request
Error Responses
Notes
- Transactions returned in reverse chronological order (newest first)
- Common types:
OrderPlaced,OrderFillDetected,DepositReported,WithdrawReported - The
datafield varies by transaction type