/nonce/{address}

Get a nonce that will be included in the signed message.

Get a nonce that will be included in the signed message. This returns a random string associated with the address.

This step in necessary in the verification process. It prevents an attacker from performing a replay attack by including a random number (called nonce) in the message that will be signed.

Language