get_nep17_transfers
Retrieve NEP-17 token transfer history for any Neo N3 address, with optional time range filters.
Instructions
Get NEP-17 transfer history for an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Neo N3 address | |
| fromTimestampMs | No | Optional start timestamp in Unix epoch milliseconds | |
| toTimestampMs | No | Optional end timestamp in Unix epoch milliseconds | |
| network | No | Network to use: "mainnet" or "testnet" |