curl --request POST \
--url https://api.0xarchive.io/v1/web3/keys/revoke \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"signature": "<string>",
"key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"message": "API key revoked successfully",
"wallet_address": "<string>"
}Revoke a specific API key by its ID. Requires a fresh SIWE challenge signed with personal_sign (EIP-191).
curl --request POST \
--url https://api.0xarchive.io/v1/web3/keys/revoke \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"signature": "<string>",
"key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"message": "API key revoked successfully",
"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?