# Broadcast Txn failed

**URL:** https://forum.algorand.co/t/broadcast-txn-failed/1918
**Category:** General
**Created:** [August 11, 2020, 3:32am UTC](https://forum.algorand.co/t/broadcast-txn-failed/1918 "2020-08-11T03:32:31Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![algoking](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/algoking/32/597_2.png) [@algoking](https://forum.algorand.co/u/algoking)
#### Post date: [August 11, 2020, 3:32am UTC](https://forum.algorand.co/t/broadcast-txn-failed/1918/1 "2020-08-11T03:32:31Z")

</div>

Hi, I’m using the algod to broadcast a signed transaction. This is the error I got:

```auto
{\"message\":\"TransactionPool.Remember: transaction 4NPP7KEQVOK5I23H7TRKP6CP5TM4XUVWCF23KXQ6BDZB3ORSV6NQ: account DBOXO4PMUECVI7ZJKMLCZDPXD6ORYRBTNMSTFXAHJTQCUKVX5GUG5JEEYE balance 1 below min 100000 (0 assets)\"}

```

The balance of that account is 1 algo: [https://algoexplorer.io/address/DBOXO4PMUECVI7ZJKMLCZDPXD6ORYRBTNMSTFXAHJTQCUKVX5GUG5JEEYE](https://algoexplorer.io/address/DBOXO4PMUECVI7ZJKMLCZDPXD6ORYRBTNMSTFXAHJTQCUKVX5GUG5JEEYE)

This is the txn message:

```auto
   { amt: 999000,
     fee: 1000,
     fv: 8390471,
     gh:
      Uint8Array [...],
     lv: 8391471,
     note:
      Uint8Array [...],
     rcv:
      Uint8Array [...],
     snd:
      Uint8Array [...],
     type: 'pay' } }

```

This is the raw transaction:

```auto
82A3736967C4400F05F436BE0BFC4871A9F669D6163D6DAE0772E177A6BE8560A73910BCB2F11B2F8F686424B10E187C4CB0DBDE7BDECF08D264C7F75D1D20B0A90FBA33EB2C04A374786E89A3616D74CE000F3E58A3666565CD03E8A26676CE00800747A26768C420C061C4D8FC1DBDDED2D7604BE4568E3F6D041987AC37BDE4B620B5AB39248ADFA26C76CE00800B2FA46E6F7465C4209BB538D7EE22522D86FCF72290C2F44B1CBC8064D620792E33FB2F969E4EF15CA3726376C4209DF6C61A2B6043597C6BBEBBE9B8672D18557D3E4963CDE871B103669908D252A3736E64C420185D7771ECA105547F2953162C8DF71F9D1C44336B2532DC074CE02A2AB7E9A8A474797065A3706179

```

---

_[View the full topic](https://forum.algorand.co/t/broadcast-txn-failed/1918)._
