Skip to content
New issue

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

Missing Inscriptions from API #379

Open
bruffstar opened this issue Sep 10, 2024 · 3 comments
Open

Missing Inscriptions from API #379

bruffstar opened this issue Sep 10, 2024 · 3 comments
Assignees

Comments

@bruffstar
Copy link

Go here:
https://api.hiro.so/ordinals/v1/inscriptions?id=3220b22980dacf6d33ec68662014190d2e94d863ec6afc5b0ecc213c1e0be3dbi0

The results are empty.

Even though, the inscription does indeed exist...

https://ordinals.com/inscription/3220b22980dacf6d33ec68662014190d2e94d863ec6afc5b0ecc213c1e0be3dbi0

@github-project-automation github-project-automation bot moved this to 🆕 New in Ordinals Sep 10, 2024
@andresgalante andresgalante moved this from 🆕 New to 📋 Backlog in Ordinals Sep 16, 2024
@ryanwaits
Copy link
Contributor

bumping this one here with another example of missing inscriptions: 79655188 79656740 79659357 79754111 79754112

run this curl command: curl -X GET "https://api.hiro.so/ordinals/v1/inscriptions?\ address=bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm&\ limit=60&\ offset=0&\ from_number=79493546&\ to_number=80466215"

{
  "limit": 60,
  "offset": 0,
  "total": 2,
  "results": [
    {
      "id": "002b1b40063a1768f06b5a586a6ac9ff371e51ccad401141e0e7129a737b183di0",
      "number": 80466215,
      "address": "bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm",
      "genesis_address": "bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm",
      "genesis_block_height": 875349,
      "genesis_block_hash": "0000000000000000000109a2eb87080a68b562e3909599e606d0773d617362d7",
      "genesis_tx_id": "002b1b40063a1768f06b5a586a6ac9ff371e51ccad401141e0e7129a737b183d",
      "genesis_fee": "4121",
      "genesis_timestamp": 1734558559,
      "tx_id": "002b1b40063a1768f06b5a586a6ac9ff371e51ccad401141e0e7129a737b183d",
      "location": "002b1b40063a1768f06b5a586a6ac9ff371e51ccad401141e0e7129a737b183d:1:0",
      "output": "002b1b40063a1768f06b5a586a6ac9ff371e51ccad401141e0e7129a737b183d:1",
      "value": "546",
      "offset": "0",
      "sat_ordinal": "1657768438028852",
      "sat_rarity": "common",
      "sat_coinbase_height": 486214,
      "mime_type": "unknown",
      "content_type": "unknown",
      "content_length": 0,
      "timestamp": 1734558559,
      "curse_type": "not_in_first_input",
      "recursive": false,
      "recursion_refs": null,
      "parent": "4811b7c0ac0f96c442ed24a8df5f32f0ef81ef33139e6631a89e46722cb9ef99i178",
      "delegate": null,
      "metadata": null,
      "meta_protocol": null
    },
    {
      "id": "82b954437782b54b01ee3355c5b424cd033e13f2725520a2380b1e10d47ab151i37",
      "number": 79653541,
      "address": "bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm",
      "genesis_address": "bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm",
      "genesis_block_height": 874298,
      "genesis_block_hash": "0000000000000000000023adab95d48132ade969e56e2fc85b91a00d0bd4bc7a",
      "genesis_tx_id": "82b954437782b54b01ee3355c5b424cd033e13f2725520a2380b1e10d47ab151",
      "genesis_fee": "887867",
      "genesis_timestamp": 1733947613,
      "tx_id": "002d390ef3c2ab64eea2c5d28820e47bb5c0e17a97ffc254b6be6d188088374b",
      "location": "002d390ef3c2ab64eea2c5d28820e47bb5c0e17a97ffc254b6be6d188088374b:0:0",
      "output": "002d390ef3c2ab64eea2c5d28820e47bb5c0e17a97ffc254b6be6d188088374b:0",
      "value": "546",
      "offset": "0",
      "sat_ordinal": "283888200655448",
      "sat_rarity": "common",
      "sat_coinbase_height": 56777,
      "mime_type": "unknown",
      "content_type": "unknown",
      "content_length": 0,
      "timestamp": 1734569766,
      "curse_type": "not_in_first_input",
      "recursive": false,
      "recursion_refs": null,
      "parent": "24db33f155fddd50c4219237a747b895b6f6608f6967312e3201e7a6824943f8i0",
      "delegate": null,
      "metadata": null,
      "meta_protocol": null
    }
  ]
}

view ordinals on ord.io: https://www.ord.io/bc1p3qus9j7ucg0c4s2pf7k70nlpkk7r3ddt4u2ek54wn6nuwkzm9twqfenmjm?profile-tab=inscriptions

Image

@jcatama
Copy link

jcatama commented Jan 29, 2025

@rafaelcr
Copy link
Collaborator

Thanks for the reports, I'm investigating. Most of these inscriptions are present but they have incorrect owners.

some of the details are incorrect. (owner, dates, etc...)

Dates are now fixed. It was just a display issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants