NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

wallet/postTransaction

Posts a transaction and submits it to the wallet, mempool, and network if possible.

Request #

{
  account?: string
  transaction: string
  broadcast?: boolean
}

Response #

{
  transaction: string;
  hash: string;
  broadcasted?: boolean
  accepted?: boolean
}
  • transaction The hex encoded posted SDK transaction
  • hash The hex encoded posted transaction hash
  • broadcasted true if the transaction was successfully sent out to the network.
    • Note: undefined if broadcast request parameter is false (default true)
  • accepted true if the transaction was accepted into the node's mempool
    • Note: undefined if broadcast request parameter is false (default true)
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.