[RosettaAPI] How to know the block height of a transaction #2924
-
Hi, I'm using the rosetta api to monitoring transactions. The "block" is a special concept of Rosetta, that not exist on Hedera explorer. How to get the block height of a transaction? There would be such case: a user give us a txid, said he deposited some coin to our address. So we need to refetch the tx data from rosetta api, but it need the block identifier at "/block/transaction/" route. I understand the raw tx can be got from rest api, but it would be easier to integrate if we can do it on rosetta api. The solutions maybe like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
can you create a ticket? we can implement the |
Beta Was this translation helpful? Give feedback.
can you create a ticket? we can implement the
/search/transactions
endpoint to support search by rosetta transaction identifier (hash) as the first step, and add support of other search criteria later.