check_alias_available
Check whether a pay: alias can still be claimed. Returns exactly one of three states: 'available' (free to register), 'taken' (already registered), or 'reserved' (protected namespace). When available, also returns the number of founding spots remaining. Public — no API key required. Read-only: this never reserves or registers the name. Example: check_alias_available('pay:acme.user').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias_uri | Yes | Candidate pay: address, e.g. 'pay:acme.user'. A bare name without the 'pay:' prefix is accepted too. |