Skip to main content
POST
https://api.0xarchive.io
/
v1
/
web3
/
keys
/
revoke
Revoke an API key
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.

Body

application/json
message
string
required

The SIWE message from the challenge endpoint

signature
string
required

Hex-encoded signature from personal_sign (0x-prefixed)

key_id
string<uuid>
required

UUID of the key to revoke

Response

Key revoked successfully

message
string

Confirmation message

Example:

"API key revoked successfully"

wallet_address
string

The wallet address that owned the key

Last modified on May 20, 2026