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
}
]
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○