HSM
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
Request to create an HSM-backed Ed25519 key pair
Optional caller-supplied label suffix. Final key label = ZETRIX_ if provided, else ZETRIX_.
my-wallet-keyOptional purpose description for this key
payment-signingUser password used to encrypt the HSM key label in DB storage
s3cur3P@ssw0rdOK
OK
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
Request to sign a transaction blob using the HSM
Hex-encoded transaction blob to sign (obtained from /tx/generate-blob or /contract/generate-blob)
0A255A5458334A64656A33434B7443724253547851747456666E6456484C4C455A72765832754410...User password used to decrypt the stored HSM key label
s3cur3P@ssw0rdZetrix address returned by /hsm/create-account
ZTX3Jdej3CKtCrBSTxQttVfndVHLLEZrvX2uDOK
OK
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
Request to sign a UTF-8 message using the HSM
UTF-8 message to sign
Hello, Zetrix!User password used to decrypt the stored HSM key label
s3cur3P@ssw0rdZetrix address returned by /hsm/create-account
ZTX3Jdej3CKtCrBSTxQttVfndVHLLEZrvX2uDOK
OK
Last updated