NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

wallet/sendTransaction

Creates a transaction, posts the transaction, and submits it to the wallet, mempool, and network.

Request #

{
  account?: string
  outputs: {
    publicAddress: string
    amount: string
    memo?: string
    memoHex?: string
    assetId?: string
  }[]
  fee?: string
  feeRate?: string
  expiration?: number | null
  expirationDelta?: number | null
  confirmations?: number | null
}

Note: outputs.memoHex is a hex-encoded string with a max length of 32 bytes (64 characters)

Response #

{
  account: string;
  hash: string;
  transaction: string;
}
View on Github

Join our newsletter and stay up to date with privacy and crypto.

Discover our impactful presence — read our blog.

Privacy Policy

|

Copyright 2025 Iron Fish.