GET
/
api
/
{accountId}
/
transactions
[
  {
    "blockTimestamp": "2024-10-08T18:56:13.862Z",
    "hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
    "fromAddress": "0x1234567890123456789012345678901234567890",
    "toAddress": "0x0987654321098765432109876543210987654321",
    "value": "1000000000000000000",
    "gas": "21000",
    "gasPrice": "20000000000",
    "transactionFee": "420000000000000",
    "blockNumber": "12345678",
    "blockHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
    "category": "send",
    "possibleSpam": false,
    "methodLabel": "Transfer",
    "summary": "Transfer of 1 ETH",
    "erc20Transfers": [
      {
        "tokenName": "<string>",
        "tokenSymbol": "<string>",
        "tokenDecimals": "<string>",
        "address": "<string>",
        "toAddress": "<string>",
        "fromAddress": "<string>",
        "value": "<string>",
        "valueFormatted": "<string>"
      }
    ],
    "account": "acc_1234567890",
    "connection": "conn_1234567890",
    "project": "proj_1234567890",
    "createdAt": "2024-10-08T18:56:13.862Z",
    "updatedAt": "2024-10-08T18:56:13.862Z"
  }
]

Path Parameters

accountId
string
required

Account ID

Example:

"1234567890"

Response

200
application/json

Retrieve the account transactions

The response is of type object[].