verify_registration
Verify your challenge signature to complete self-service key issuance and receive a one-time hsk_ API key. Store it immediately; it is not recoverable.
Instructions
Self-service key issuance, step 2 of 2. Returns your hsk_ API key ONCE — store it yourself (e.g. set HOGSWAP_API_KEY); it is not recoverable and this server does not keep it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| challenge | Yes | ||
| signature_b64 | Yes | base64 ed25519 signature over the exact challenge bytes (algosdk util.sign_bytes) |