Skip to main content
PATCH
Rename Address Book Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

address
string
required

The address book entry's address. Entries are keyed by address — there is no id. Normalized server-side; EVM addresses match case-insensitively, Solana/Tron/Starknet addresses are case-sensitive.

Body

application/json
label
string
required

The new label, up to 255 characters. Pass an empty string to clear it.

Maximum string length: 255

Response

The updated entry

data
object

An address book entry. Keyed by address — there is no id field.

Example: