Replies: 1 comment 2 replies
-
Hi @nosuic, To get all inscription ids for the block: To get the tx of a certain inscription (ex: 71012647 ): I hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Thanks to the invaluable help of @cryptoni9n I have been able to extract pretty much all data (including the recursive modules) of specific inscriptions.
I wanted to ask something that may be trivial; Although I am able to retrieve all the inscriptions of a certain block, I cannot figure out a way to retrieve the block's ordinal transactions.
For example: The following call on ordinals.com returns 4,250 transactions, however when making the exact same call using the ord API, no transactions are returned:
https://ordinals.com/block/00000000000000000002c924a78c32e02a16183aa7179304ce5ff3429c8747fc
Can anyone please recommend a way:
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions