Get recent value transfers
get_recent_value_transfersRetrieve recent native XGR value transfers from the blockchain transaction index. Filter by timeframe, minimum value, sender, and receiver addresses.
Instructions
Read-only shortcut for recent native XGR value transfers from the Explorer transaction index. Native value transfer means transactions.value > minValueWei and does not include gas fees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windowHours | No | ||
| minValueWei | No | ||
| from | No | ||
| to | No | ||
| page | No | ||
| limit | No |