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/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-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