curl --request POST \
--url https://api.0xarchive.io/v1/web3/signup \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"signature": "0x..."
}
'{
"api_key": "0xa_live_abc123...",
"tier": "free",
"wallet_address": "<string>"
}Create a free-tier account and get an API key using a signed SIWE message. If the wallet already has an account, returns a new key (subject to tier limits). Requires a fresh challenge from /v1/auth/web3/challenge signed with personal_sign (EIP-191).
curl --request POST \
--url https://api.0xarchive.io/v1/web3/signup \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"signature": "0x..."
}
'{
"api_key": "0xa_live_abc123...",
"tier": "free",
"wallet_address": "<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?