get_sui_coins
Retrieve Sui blockchain coin holdings for any address, with options to filter by coin type, paginate results, and select network.
Instructions
Get coins owned by an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Sui address | |
| coinType | No | Optional: Coin type to filter (e.g., "0x2::sui::SUI") | |
| cursor | No | Optional: Pagination cursor | |
| limit | No | Optional: Number of results to return | |
| network | No | Network type (defaults to mainnet) |