> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.0x.org/llms.txt.
> For full documentation content, see https://docs.0x.org/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.0x.org/_mcp/server.

# Display Final Swap Amounts

> This guide showcases how display final swapped amounts of a 0x transaction using the 0x-parser library.

If you would like to display the final amount swapped after a 0x transaction has settled on the blockchain, we recommend using the [0x-parser library](https://www.npmjs.com/package/@0x/0x-parser).

This library parses 0x transactions from EVM blockchains into a format that is user-friendly and easy to understand.

![0x-parser](https://files.buildwithfern.com/0x.docs.buildwithfern.com/0682ea6b2c0779d9a8df8afed4f751bdacbfe7e5fa60d7a28c8ab64db7564cb4/docs/assets/img/0x-swap-api/0x-parser.png)

## Resources

### Video

{" "}

<iframe width="560" height="315" src="https://www.youtube.com/embed/qfhcFSynSF4?si=maodcSeXBgpz2fWQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

* npm: [https://www.npmjs.com/package/@0x/0x-parser](https://www.npmjs.com/package/@0x/0x-parser)
* GitHub: [https://github.com/0xProject/0x-parser/tree/main](https://github.com/0xProject/0x-parser/tree/main)
* Blog: [https://coinsbench.com/0x-parser-parsing-dex-transactions-9f9a6579d489](https://coinsbench.com/0x-parser-parsing-dex-transactions-9f9a6579d489)