blockchain-utils api service
目前支持以下功能
Use POST Request
获取接口列表 Get Reques
http://47.100.193.211:49911/api/v1.0/help |
error return
{
“ErrorMsg”: “opcode not found”
}
parse tx string
http://47.100.193.211:49911/api/v1.0/tx2json/
{“coinType”:”primecoin”,”tx”:”01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0f03bad82a02780200062f503253482fffffffff0140b1b02b00000000232103a0c8d5d706a7f1d7b19ac2dcc25905d5fbb77a3e65a5b5160be972955593e3efac00000000”}
support coin type: primecoin|bitcoin
return
{ |
convert little endian to big endian
http://47.100.193.211:49911/api/v1.0/l2b/
{“data”:”123456”}
return
{"data":"563412"} |