Internal Transfers

Returns the Internal Transfers received by a requested address

https://api.vechainstats.com/v2/account/internal-transfers
    ?address=0xc3f851f9f78c92573620582bf9002f0c4a114b67
    &page=1
    &sort=desc
    &VCS_API_KEY=your_api_key

This endpoint returns all incoming transfers of a given address, also VET even though it's not a VIP180 contract.

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