hirosystems / docs

Hiro developer documentation website
https://docs.hiro.so/
34 stars 55 forks source link

add clarification in `ordinals api` docs surrounding bulk querying using the `id` query param #712

Closed ryanwaits closed 1 month ago

ryanwaits commented 1 month ago

reference: https://hiropbc.slack.com/archives/C04PDTC9Q7L/p1703711577586209

so its possible to send in multiple inscription ids to the /ordinals/v1/inscriptions endpoint, but its unclear how to do it and the built-in endpoint query does not provide the correct format in doing so

the format that works looks something like this:

https://api.hiro.so/ordinals/v1/inscriptions?id=38c46a8bf7ec90bc7f6b797e7dc84baa97f4e5fd4286b92fe1b50176d03b18dci0&id=e3af144354367de58c675e987febcb49f17d6c19e645728b833fe95408feab85i0

Note: this is being addressed in the new docs upgrade

ryanwaits commented 1 month ago

fixed https://github.com/hirosystems/docs/pull/713