search_names
Search the Basenames REGISTRY — every registered name, listed or not — by substring, length, character class and trait, with each row's owner, expiry and (when for sale) its order hash. This is the discovery surface for prepare_offer, which can bid on any registered name whether or not it is listed; without it an agent has no way to learn a name exists. Name markets only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | case-insensitive substring match on the label | |
| limit | No | ||
| offset | No | paging offset; clamped, deep paging is bounded | |
| traits | No | precomputed label traits. Multiple values are OR-ed. | |
| classes | No | character class of the whole label. Multiple values are OR-ed. | |
| lengths | No | label length; '5' means five OR MORE. Multiple values are OR-ed. | |
| marketId | Yes | a name market id, e.g. 'basenames' |