Start a login for a user authority. The user authority may be:
- phone number
- Apple JWT
- Google JWT
- a wallet (
wallet_auth): a Solana or Bittensor signature over the single-use challenge from /auth/wallet-challenge. A bound wallet returnsnetwork.by_jwt; an unbound wallet echoeswallet_authand the client continues to /auth/network-create with a fresh challenge. - a seedphrase
Request bodyshow schema
email or phone number
Solana base58 public key, or Bittensor ss58 address (prefix 42, checksum verified)
The message_template issued by /auth/wallet-challenge, unmodified (no wrapper, LF line endings)
Solana: base64 ed25519 signature over the message. Bittensor: hex of the 64-byte sr25519 signature (with or without 0x) made in the substrate signing context, over the raw or -wrapped message
solana (default) or tao/bittensor; case-insensitive
Responses1 status · show schema
email or phone number
The sign-in methods on file for this user authority
Solana base58 public key, or Bittensor ss58 address (prefix 42, checksum verified)
The message_template issued by /auth/wallet-challenge, unmodified (no wrapper, LF line endings)
Solana: base64 ed25519 signature over the message. Bittensor: hex of the 64-byte sr25519 signature (with or without 0x) made in the substrate signing context, over the raw or -wrapped message
solana (default) or tao/bittensor; case-insensitive