API Key
Webauthn (Passkey)
Body
Enum options: ACTIVITY_TYPE_SIGN_TRANSACTION_V2
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
Unique identifier for a given Organization.
parameters field
A Wallet account address, Private Key address, or Private Key identifier.
parameters.unsignedTransaction
Raw unsigned transaction to be signed
Enum options: TRANSACTION_TYPE_ETHEREUM, TRANSACTION_TYPE_SOLANA, TRANSACTION_TYPE_TRON
Response
A successful response returns the following fields:
The activity object containing type, intent, and result
The intent of the activity
activity.intent.signTransactionIntent
The signTransactionIntent objectShow signTransactionIntent details
activity.intent.signTransactionIntent.privateKeyId
Unique identifier for a given Private Key.
activity.intent.signTransactionIntent.unsignedTransaction
Raw unsigned transaction to be signed by a particular Private Key.
activity.intent.signTransactionIntent.type
type fieldEnum options: TRANSACTION_TYPE_ETHEREUM, TRANSACTION_TYPE_SOLANA, TRANSACTION_TYPE_TRON
The result of the activity
activity.result.signTransactionResult
The signTransactionResult objectShow signTransactionResult details
activity.result.signTransactionResult.signedTransaction