get_owned_objects
Retrieve objects owned by a given Sui blockchain address. Filter by type (e.g., coins) and limit results.
Instructions
Get objects owned by an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Owner address | |
| limit | No | Max objects to return (default: 50) | |
| filter | No | Optional filter: { StructType: '0x2::coin::Coin<0x2::sui::SUI>' } |