Verifies the signature against the most recent unconsumed challenge for the address and returns the plaintext key. The plaintext is shown EXACTLY ONCE; the server stores only sha256(plaintext).
Documentation Index
Fetch the complete documentation index at: https://docs.aura.markets/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from POST /v1/auth/keys.
Alephium address (base58, optional :N group suffix).
30 - 80^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$Public key whose hash equals address (33-byte secp256k1, hex).
^(0x)?[0-9a-fA-F]+$Signature produced by signMessage(challenge, "alephium") (64 bytes hex).
^(0x)?[0-9a-fA-F]+$Optional human label.
1 - 80Default Response
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Alephium address (base58, optional :N group suffix).
30 - 80^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$-9007199254740991 <= x <= 9007199254740991PLAINTEXT API key — store this immediately; it cannot be retrieved later.