We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ids provided by the Hiro API are incorrect. They do not map 1:1 with ordinals.com.
id
Some examples:
https://api.hiro.so/ordinals/v1/inscriptions/16946381 responds with { "id":"44651eb76033b168d376d05d6d86bde837b4da2a0340178705978803a7936160i0", ..., } which is https://ordinals.com/inscription/44651eb76033b168d376d05d6d86bde837b4da2a0340178705978803a7936160i0 which is Inscription 17385219 which !== 16946381 (the OG query).
{ "id":"44651eb76033b168d376d05d6d86bde837b4da2a0340178705978803a7936160i0", ..., }
https://api.hiro.so/ordinals/v1/inscriptions/17385219 leads to https://ordinals.com/inscription/d3bdd470b072c300468b8837e9b403384baab5ee05029b6d522167e72be727c3i0 which is Inscription 17824057 which !== 17385219
I bet there are tons more examples.
The text was updated successfully, but these errors were encountered:
Duplicate of #100.
Closing.
Sorry guys.
Sorry, something went wrong.
No branches or pull requests
The
id
s provided by the Hiro API are incorrect. They do not map 1:1 with ordinals.com.Some examples:
https://api.hiro.so/ordinals/v1/inscriptions/16946381 responds with
{ "id":"44651eb76033b168d376d05d6d86bde837b4da2a0340178705978803a7936160i0", ..., }
which ishttps://ordinals.com/inscription/44651eb76033b168d376d05d6d86bde837b4da2a0340178705978803a7936160i0 which is
Inscription 17385219 which !== 16946381 (the OG query).
https://api.hiro.so/ordinals/v1/inscriptions/17385219 leads to https://ordinals.com/inscription/d3bdd470b072c300468b8837e9b403384baab5ee05029b6d522167e72be727c3i0 which is Inscription 17824057 which !== 17385219
I bet there are tons more examples.
The text was updated successfully, but these errors were encountered: