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.

Last updated