Get Public Key By ID

Warning: This API has been deprecated. Please use Wallets. Contact your sales representative if you require additional blockchain support.

GET /public-keys/{PublicKeyId}

Retrieves an PublicKey by its id.

Required Permissions

NameConditions

PublicKeys:Read

Always Required

Parameters

Path parameters

Path parameterDescription

PublicKeyId

Unique identifier of the PublicKey like: pk-orange-magnesium-a0606d08b2

Response

Response example

{
    "isEddsa": false,
    "id": "pk-shade-wisconsin-c28c38b2e8",
    "publicKey": "03834ac098b2ce68f230940c3d30d85cb0a84623063f0fcba0e64dacf5a825e91c",
}

Last updated