get_tokens_for_owner
Retrieve tokens owned by a specific wallet address, optionally filtered by contract addresses, supports pagination for efficient data handling.
Instructions
Get tokens owned by an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddresses | No | List of contract addresses to filter by | |
owner | Yes | The wallet address to get tokens for | |
pageKey | No | Key for pagination | |
pageSize | No | Number of results per page |