Get Signature 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}/signatures/{SignatureId}

Retrieves a Signature by its corresponding PublicKey and its id.

Required Permissions

NameConditions

Signatures:Read

Always Required

Parameters

Path parameters

Path parameterDescription

PublicKeyId

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

SignatureId

Unique identifier of the Signature like: si-sierra-green-f26c441f60

Response

Response example

For a mathematical explanation of the signature components r and s, see Wikipedia. The v component of the signature is returned in the recid.

{
    "dateCreated": "2022-10-31T17:46:29.312Z",
    "hash": "0xe4b08e70df13952ac3c360b525608eaadf9d58e698caa499d7a02b79b284f18f",
    "id": "si-sierra-green-f26c441f60",
    "initiator": {
        "kind": "Employee",
        "orgId": "cu-purple-pip-1b417b958500",
        "employeeId": "oe-nine-artist-9de60fef6963"
    },
    "orgId": "cu-purple-pip-1b417b958500",
    "publicKeyId": "pk-louisiana-fanta-2bc8881670",
    "r": "0x0fb7f242adb235bf540ee773fb9164685442e42ee52dc368307aa79bf09f5cd5",
    "recid": 0,
    "s": "0xfe9ad8838c770bb2c1e947e9268cb473a4f318375a9397ebc2c224e5c449b504",
    "status": "Executed"
}

Last updated