get-contracts-by-code
Retrieve contracts instantiated from a specific code ID on the Osmosis blockchain. Specify the code ID and optional limit to fetch up to 200 contracts for targeted queries.
Instructions
Returns all contracts instantiated from a specific code ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codeId | Yes | The code ID to query contracts for | |
| limit | No | Maximum number of contracts to return (default: 50) |