Blockr.io - how to decode a transaction via API

0

I've read through the documentation on decoding a transaction via API on Blockr:

http://blockr.io/documentation/api

I have the hex code, which correctly decodes on http://blockr.io/tx/push

enter image description here

Thus it can decode.

Please show me where I am going wrong trying to follow the API documentation which states:

enter image description here

My attempt includes adding the path to postman (as a post):

http://btc.blockr.io/api/v1/tx/decode?hex=010000000117f244eba4...

enter image description here

Peter PitLock

Posted 2016-08-31T10:06:48.470

Reputation: 145

Answers

1

Hex is request body param not query param.

Farghaly

Posted 2016-08-31T10:06:48.470

Reputation: 849