Transactions In

Returns the transactions in of a requested address

https://api.vechainstats.com/v2/account/txin
    ?address=0x6c0A6e1d922E0e63901301573370b932AE20DAdB
    &page=1
    &sort=desc
    &VCS_API_KEY=your_api_key

Transactions on vechain can have multiple receivers but must always have 1 origin, this is exampled by the "clauses_incoming" and "clauses_total" fields. In the example response below, the requested address was the incoming receiver of 1 out of 2 clauses in all three unique transaction.

ParameterDescription

address

The address you want to query

page

The integer page number, the available pages are shown in the response meta fields

sort

The sorting preference, use asc to sort by ascending and desc to sort by descending

Last updated