Who holds this key (free)
claim_readFREE: who currently holds this key, if anyone -- scoped to YOUR wallet, so a stranger cannot probe your namespace. Checking your own lock must not cost again, or a fleet polling its own hold is charged for not doing work twice. A key nobody holds answers with claim: null, never a not-found: "is this free?" is a legitimate question with a legitimate negative answer. The read signature cannot release the key. Ownership is proved by the paying wallet, with no account: send any placeholder signature once and the refusal returns details.expected -- the exact message to sign, in both forms (EIP-191 for a 0x wallet, ed25519 as 'solana::'). Complaints, questions, quote requests, or a service you wish we had: POST /feedback on this host -- free, no account. Every report is read and analysed daily; there is no individual reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | 1..256 UTF-8 bytes, no '/' character -- the name you want to hold, scoped to your own wallet. | |
| nonce | Yes | A value you have not used before on this route; it stops your signature being replayed. | |
| signedAt | Yes | Unix timestamp in seconds at which you signed; the server accepts a short window around now. | |
| signature | Yes | Your ownership proof over the message the route names in details.expected. |