Transactions Decoder API
About
The service allows to decode ethereum raw transactions hex in your application. The api documentation can be found here: api.eteryx.io.
How to get API Key
The key can be found in our app console.eteryx.io on the Profile / API Key page.
Sample curl request
curl -X 'POST' \
'https://api.eteryx.io/decode/raw-tx-hex' \
-H 'accept: application/json' \
-H 'key: your-key' \
-H 'Content-Type: application/json' \
-d '{
"rawTx": "0x02f8ea05827cc5425a830162e894758502f01b613287731c0788f1fe4d5c4c19b79b80b8849aaab648094e2b6c42ee984bdaf54f32cda9628d8b345f6d02d05b7ec922999ad5f1eafb000000000000000000000000000000000000000000000000000000000020d3489b3732e86fde103e1bf5efd4a317e2aa93c7deb97b8bae232c7e957064370f7c00000000000000000000000000000000000000000000000000000000009fb68bc080a08e6eb39efd60bb1bc18c137071b7cd2b41ea5f58316984f15e4e4d1100c7b5d1a0523dc6b210cdd705478293de03aabebc8e788caa13de5a3293b5651f88b80a22"
}'