Skip to main content
GET
/
api
/
sdk
/
wallet
/
link
/
challenge
Wallet Link Challenge
curl --request GET \
  --url https://api.simmer.markets/api/sdk/wallet/link/challenge
{
  "nonce": "<string>",
  "message": "<string>",
  "expires_at": "<string>",
  "address": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt

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

Query Parameters

address
string
required

Response

Successful Response

Response with challenge nonce for wallet linking.

nonce
string
required
message
string
required
expires_at
string
required
address
string
required