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
blockTimestamp
string
required

Block timestamp

Example:

"2024-10-08T18:56:13.862Z"

hash
string
required

Transaction hash

Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

fromAddress
string
required

From address

Example:

"0x1234567890123456789012345678901234567890"

value
string
required

Transaction value

Example:

"1000000000000000000"

gas
string
required

Gas used

Example:

"21000"

gasPrice
string
required

Gas price

Example:

"20000000000"

transactionFee
string
required

Transaction fee

Example:

"420000000000000"

blockNumber
string
required

Block number

Example:

"12345678"

blockHash
string
required

Block hash

Example:

"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"

category
enum<string>
required

Transaction category

Available options:
send,
receive,
nft send,
nft receive,
token send,
token receive,
deposit,
withdraw,
token swap,
airdrop,
mint,
burn,
nft purchase,
nft sale,
borrow,
approve,
revoke,
contract interaction
Example:

"send"

account
string
required

Associated account ID

Example:

"acc_1234567890"

connection
string
required

Associated connection ID

Example:

"conn_1234567890"

project
string
required

Associated project ID

Example:

"proj_1234567890"

createdAt
string
required

Creation date

Example:

"2024-10-08T18:56:13.862Z"

updatedAt
string
required

Last update date

Example:

"2024-10-08T18:56:13.862Z"

toAddress
string

To address

Example:

"0x0987654321098765432109876543210987654321"

possibleSpam
boolean

Possible spam flag

Example:

false

methodLabel
string

Method label

Example:

"Transfer"

summary
string

Transaction summary

Example:

"Transfer of 1 ETH"

erc20Transfers
object[]

ERC20 token transfers