Create Transaction
Creates a new transaction for the specified wallet. Transaction will be automatically broadcast once it has all necessary approvals.
API scope required: wallets:transactions.create
Headers
API key required for authentication
Unique key to prevent duplicate transaction creation
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
phoneNumber:<phoneNumber>:<walletType>
Body
Input schema for creating a new transaction. The parameters vary based on the wallet type (EVM vs Solana).
Wallet type specific transaction parameters
Response
Complete transaction response including status, signing requirements, and wallet type specific data
Unique identifier for the transaction
The type of wallet that created this transaction
evm-smart-wallet
, solana-custodial-wallet
Current status of the transaction
awaiting-approval
, pending
, failed
, success
Parameters for a transaction from an EVM Smart Wallet
Type-specific transaction data including input parameters and chain specific details
ISO timestamp when the transaction was created
Complete approval data including requirements, pending and submitted signatures
ISO timestamp when the transaction reached finality
Error message if the transaction fails after submission