Generate Signature from Wallet

POST /wallets/{walletId}/signatures

Request to generate a signature with the wallet key. This process does not broadcast anything on-chain, this is just an off-chain signature request.

Required Permissions

NameConditions

Wallets:GenerateSignature

Always Required

Parameters

Path parameters

Path parameterDescription

walletId

Unique identifier of the Wallet. ex. wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx

Request Body

The body of the request will depend on the chain you are targeting. Please find the chain in question by expanding this section in the left hand navigation:

Response Statuses

StatusDefinition

Pending

The request is pending approval due to a policy applied to the wallet

Executing

The request is approved and is in the process of being signed (note this status is only set for a short time between pending and signed)

Signed

The signature is complete and available in the response body

Confirmed

The signature has been confirmed on-chain by our indexing pipeline

Failed

Indicates an internal system failure to complete the request

Rejected

The request has been rejected by a policy approval action

Last updated