Send a transaction from a wallet
Creates a new outbound transaction from the specified wallet. Policy and signer checks may affect the resulting transaction state.
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Path Parameters
Wallet ID KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Body
Response
Transaction sent successfully
Transaction details representing a transfer of funds from a crypto wallet.
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Discriminator field. Always "wallet" for wallet transactions.
one_off, wallet, auto_account "wallet"
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Current status of a transaction.
timed_out, not_started, in_progress, awaiting_confirmation, pending, processing, completed, invalid, failed, canceled, reversed, rejected, broadcasted, pending_return, returned, pending_reversal Identifier for a blockchain network
ethereum-mainnet, ethereum-sepolia, ethereum-goerli, ethereum-holesky, solana-mainnet, solana-devnet, solana-testnet, base-mainnet, base-sepolia, arbitrum-mainnet, arbitrum-sepolia, optimism-mainnet, optimism-sepolia, polygon-mainnet, polygon-amoy 1 - 30"ethereum-mainnet"
The source address
The destination address
The transaction hash
"0x165cd37b4c644c2921454429e7f9358d18a45e14"
Type of transaction
transfer, evm_contract_call The transaction amount
"100.56"
ISO 4217 symbol representing a fiat asset.
3^[A-Z]{3}$"USD"
Unix time the transaction was created.
1781181600
Unix time the transaction was confirmed on chain; absent until confirmed.
1781181660

