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