Skip to main content
POST
https://api.0xarchive.io
/
v1
/
web3
/
keys
List API keys for wallet
curl --request POST \
  --url https://api.0xarchive.io/v1/web3/keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "signature": "<string>"
}
'
{
  "keys": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "key_prefix": "0xa_live_abc1",
      "is_active": true,
      "last_used_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "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)

Response

List of API keys

keys
object[]
wallet_address
string

The wallet address

Last modified on May 20, 2026