Was this page helpful?
{
"transactions": [
{
"transactionHash": "An example name",
"blockNumber": 123,
"transactionTimestamp": "2023-11-07T05:31:56Z",
"blockHash": "An example name",
"blockExplorerUrls": [
"<string>"
],
"fromAddress": "An example name",
"toAddress": "An example name",
"labels": [
"sent"
],
"assetTransfers": [
{
"fromAddress": "An example name",
"toAddress": "An example name",
"amount": 123,
"tokenAddress": "An example name",
"metadata": {
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"imageUri": "<string>"
}
}
],
"chainName": "ETH",
"networkId": 1
}
],
"nextOffset": "<string>"
}