Subkey
Get Subkey
Get a specific subkey for the authenticated account by its public key.
get/account/keys/subkeys/{public_key}
Path parameters
public_keystring required
Subkey public key
Response
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
}