get_nft_history
Retrieves recent NFT activity for a wallet—mints, sales, transfers, listings, bids, cancels—across supported EVM chains, merged and sorted by time.
Instructions
Recent NFT activity for a wallet across one or more supported EVM chains: mints, sales, transfers, listings (asks), bids, and cancels. Source: Reservoir's /users/{user}/activity/v6. Multi-chain results are merged + sorted by timestamp descending; capped at limit (default 25, max 100). Mirrors get_transaction_history's shape but limited to NFT-relevant events — same agent ergonomics, scoped to the NFT side of the wallet. EVM-only in v1; Solana deferred. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| chains | No | Subset of supported EVM chains to scan. Omit for all five. Multi-chain results are merged + sorted desc by timestamp. | |
| limit | No | Max merged items to return (newest-first). Default 25, capped at 100 to keep the cross-chain merge bounded. |