Skip to content

Instantly share code, notes, and snippets.

@snailer
snailer / data.xml
Last active September 2, 2025 10:53
XML Data from Google Sheets
<?xml version="1.0" encoding="UTF-8"?>
<rates> <item>
<from>USDTTRC20</from>
<to>CASH USD WARSAW</to>
<in>1</in>
<out>1</out>
<amount>100000</amount>
</item>
<item>
<from>USDTTRC20</from>
@snailer
snailer / data.xml
Created January 10, 2024 19:11
XML Data from Google Sheets
<?xml version="1.0" encoding="UTF-8" ?>
<data>
<entry>
<>from</>
<>USDTTRC20</>
<>from</>
<>to</>
<>CASH USD WARSAW</>
<>to</>
<>in</>
@snailer
snailer / data.xml
Created January 10, 2024 18:39
XML Data from Google Sheets
<?xml version="1.0" encoding="UTF-8" ?>
<data>
<entry>
<>from</>
<>USDTTRC20</>
<>to</>
<>CASH USD WARSAW</>
<>in</>
<>1</>
<>out</>