Get Wallet Nonce For MetaMask Login
The "Get Wallet Nonce For MetaMask Login" endpoint obtains the Nonce from any address it receives.
Overview
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
Send a GET request to the
/wallet/{address}/nonceendpoint to receive a specific Nonce.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