Subkey
Update Subkey
Update properties of an existing subkey for the authenticated account.
put/account/keys/subkeys/{public_key}
Path parameters
public_keystring required
Subkey public key
Request body
Example request
{
"name": "My Updated Device Name"
}Response
Updated subkey details
Example response
{
"account_id": "0x1234567890abcdef",
"allowed_cidrs": [
"[\"203.0.113.0/24\"]"
],
"created_at": 1640995200,
"id": 1,
"name": "My Subkey",
"public_key": "0xabcdef1234567890abcdef",
"updated_at": 1640995200
}