iota_objects_by_owner
Fetch all objects owned by an IOTA address and optionally filter by object type to find specific assets.
Instructions
List all objects owned by an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by object type (e.g. '0x2::coin::Coin') | |
| address | Yes | IOTA address (0x...) |