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>"
}List all API keys belonging to the authenticated wallet. Requires a fresh SIWE challenge signed with personal_sign (EIP-191).
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.
List of API keys
Hide child attributes
Unique key ID
Key name
First characters of the key for identification
"0xa_live_abc1"
Whether the key is currently active
Last usage timestamp
Creation timestamp
The wallet address
Was this page helpful?