get_coins
Retrieve coin objects of a specific type owned by a given Sui address. Specify coin type and limit results as needed.
Instructions
Get coin objects of a specific type owned by an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Owner address | |
| coinType | No | Coin type (default: 0x2::sui::SUI) | |
| limit | No | Max coins to return (default: 50) |