Subkey
List Subkeys
Get all subkeys for the authenticated account with optional filtering by status.
get/account/subkeys
Query parameters
with_revokedboolean
Include revoked subkeys
Response
List of subkeys
Example response
{
"results": [
{
"account_id": "0x1234567890abcdef",
"created_at": 1640995200,
"id": 1,
"name": "My Subkey",
"public_key": "0xabcdef1234567890abcdef",
"updated_at": 1640995200
}
]
}