Skip to main content
POST
Add a watched wallet address
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Body

application/json

A wallet to add to your watched list.

address
string
required

A 0x prefixed 40 hex character wallet address. Stored lowercase.

Example:

"0x6b9e773128f453f5c2c60935ee2de2cbc5390a24"

label
string
default:""

Your own label for the wallet. At most 64 characters.

Example:

"Desk 1"

Response

The watched wallet address

API response containing one watched wallet address.

success
boolean
Example:

true

data
object

A wallet on your watched list. Address scoped event types report only on these.

limit
integer<int64>

Watched wallets this plan allows.

Example:

15

Last modified on September 20, 2026