cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/agent/v2/auth/init \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>" } '
{ "success": true, "response": { "message": "<string>", "nonce": "<string>" } }
Generate a signable challenge message and nonce for wallet-signature based agent authentication.
Solana wallet public key (base58) that will sign the authentication challenge
Successfully generated wallet challenge
true
Show child attributes