Skip to main content
GET
https://backend-develop.themarketunited.com
/
auth
/
nonce
/
{address}
Request SIWE nonce
curl --request GET \
  --url https://backend-develop.themarketunited.com/auth/nonce/{address}
{
  "nonce": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

address
string
required

Wallet address.

Response

200 - application/json

Nonce returned.

nonce
string