This repository was archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Fetch Transactions Hash by Tag
TingHan Su edited this page Aug 5, 2019
·
7 revisions
Explore transaction hash with the given transaction tag. This would return a transaction hash list.
Tag is 27-trytes characters, e.g.
POWEREDBYTANGLEACCELERATOR9
GET /tag/<transaction tag>/hashes
[
"JDXAQAWQQKCYHEJXDJQAVQIJM9NBRF9ZNL9DVNJQVRVSENYPEN9XLZP9SIFVHUDIPOVOPLJLLJUY99999",
"JDXAQAWQQKCYHEJXDJQAVQIJM9NBRF9ZNL9DVNJQVRVSENYPEN9XLZP9SIFVHUDIPOVOPLJLLJUY99999"
]
$ curl http://node.deviceproof.org:5566/tag/POWEREDBYTANGLEACCELERATOR9/hashes \
-X GET
[
"JDXAQAWQQKCYHEJXDJQAVQIJM9NBRF9ZNL9DVNJQVRVSENYPEN9XLZP9SIFVHUDIPOVOPLJLLJUY99999",
"JDXAQAWQQKCYHEJXDJQAVQIJM9NBRF9ZNL9DVNJQVRVSENYPEN9XLZP9SIFVHUDIPOVOPLJLLJUY99999"
]
Copyright (C) 2018-2020 BiiLabs Co., Ltd. and Contributors.
- Address
- Tag
- Transaction
- Tips (deprecated)