# Constructed transaction does not parse correctly

This error which usually shows as:\ <mark style="color:yellow;">"Error composing send transaction via API: Constructed transaction does not parse correctly: ..... "</mark>

<figure><img src="/files/1vyzjOWlTPsALdiN2402" alt=""><figcaption><p>A screenshot of this error in Freewallet 0.9.29</p></figcaption></figure>

&#x20;This error is at the protocol level and has become prevalent with some recent changes to [counterparty-core](https://github.com/CounterpartyXCP/counterparty-core).

While the Counterparty developing community has seen this issue across many wallets and are actively engaged in [diagnosing and fixing this issue](https://github.com/CounterpartyXCP/counterparty-core/issues/1119), there is a solution when using Freewallet.

<mark style="color:yellow;">The technical explanation for this error and solution explained by Jdog is as follows:</mark>\
\
\&#xNAN;*"Any users who want to use public.coindaddy.io (on v9.61.3) to generate transactions instead of api.counterparty.io (10.0.1) can update your settings to match the screen below. These settings changes should have less problems in the short-term with generating transactions. The default API host will remain api.counterparty.io for now, as I believe these issues will be resolved relatively quickly now that the devs have been made aware of some of the problems users are having generating transactions."*

<mark style="color:yellow;">The steps to fix this include changing your Server Settings in Freewallet:</mark>

* First reference the[ Counterparty API Communication Error](/freewallet.io-user-manual/troubleshooting-issues/counterparty-api-communication-error.md) section of this User Manual and make sure your Server settings for CP SSL are set correctly:
* Enable - CP SSL: Yes\
  Enable - Use SSL: Yes\
  \
  Make sure it is enabled on Mainnet and Testnet

<figure><img src="/files/oPn0unv1xNhJSvVAWzou" alt=""><figcaption><p>Correct CP SSL settings to fix this error</p></figcaption></figure>

* Next make sure your CP Host is set to public.coindaddy.io instead of api.counterparty.io

<figure><img src="/files/qkreVw7cH1ByGo2j8Xc9" alt=""><figcaption><p>Correct CP Host settings to fix this error</p></figcaption></figure>

It may be needed to also restart your Freewallet program or even your Computer after setting these settings with these correct inputs shown above.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://davestaxcp.gitbook.io/freewallet.io-user-manual/troubleshooting-issues/constructed-transaction-does-not-parse-correctly.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
