curl --request POST \
--url https://api.0xarchive.io/v1/auth/web3/challenge \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
}
'{
"message": "<string>",
"nonce": "<string>"
}Get a SIWE (Sign-In with Ethereum) challenge message to sign. This is the first step for all web3 authentication operations. The nonce is single-use and expires after 10 minutes.
curl --request POST \
--url https://api.0xarchive.io/v1/auth/web3/challenge \
--header 'Content-Type: application/json' \
--data '
{
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
}
'{
"message": "<string>",
"nonce": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?