GET: /user/history
UserHistoryRequest
The request to the User History API can specify a number of filters, such as which accounts to retrieve information about.
string |
| The requested user address. |
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
UserHistoryResponse
The user history graph API response contains the transaction data of specific or all users.
uint32 | count | Count of all fetched transactions. |
UserHistoryData |
| User transaction data. |
UserHistoryData
Type | Key | Description |
uuid |
| History id |
string |
| User address |
string |
| From address |
string |
| To address |
uint32 |
| Block number of graph history |
uint32 |
| Unix block timestamp |
string |
| Transaction Hash |
string |
| Log Index |
string |
| User action |
string |
| symbol |
uint32 |
| Asset decimal |
string |
| Asset amount |
uint32 |
| Gas fee |
string |
| Transaction logs |
datetime |
| Created timestamp |
datetime |
| Updated timestamp |
Last updated