Authentication
1. Obtain a nonce
curl -X POST https://api.bloq.com/auth/users/<PUBLIC_ADDRESS>/nonce// Sample response
{
"nonce": "<NONCE>"
}2. Create the authentication message
3. Sign the authentication message
4. Send the signature to authenticate
Last updated