Get Wallet Nonce For MetaMask Login

The "Get Wallet Nonce For MetaMask Login" endpoint obtains the Nonce from any address it receives.

Overview

Endpoint

Parameters

  • address: (Path Parameter): The wallet address of the buyer or seller (string).

Responses

Success (Code 200)

{
  "nonce": "Nonce: 459837"
}
  • Media Type: application/json

  • Example Value: An object containing the nonce of any address.

Internal Server Error (Code 500)

  • Media Type: application/json

  • Example Value: An error response indicating an internal server error.

Usage

  1. Send a GET request to the /wallet/{address}/nonce endpoint to receive a specific Nonce.

  2. Handle the response accordingly based on success or internal server error.

Note: Ensure to pass on the address of a wallet before making the request.

Last updated