Public APIs (historical)
Last updated
METHOD: GEThttps://ordinals.gorillapool.io/api/files/inscriptions/:originMethod: GEThttps://ordinals.gorillapool.io/api/inscriptions/origin/:originhttps://ordinals.gorillapool.io/api/inscriptions/txid/:txid[
{
// inscription number
"id": 165,
// transaction id
"txid": "e17d7856c375640427943395d2341b6ed75f73afc8b22bb3681987278978a584",
// output index
"vout": 1,
// file info
"file": {
"hash": "3dbe16ec7625e0d8a02ceaa5b2b03bc412c06186d03fbd69090c162469cf0292",
"size": 2592,
"type": "image/png"
},
// 1sat output origin
"origin": "e17d7856c375640427943395d2341b6ed75f73afc8b22bb3681987278978a584_1",
// ordinal number
"ordinal": 0,
// block height
"height": 783968,
// block index
"idx": 756,
// hash of locking script preceding inscription
"lock": "5d5c07f532ae28f90263209aeba5417366569c60947b74b363ce55c5d57d253d"
}
]Method: GEThttps://ordinals.gorillapool.io/api/utxos/address/:address[
{
"txid": "5af82e9c72688270afc9c70a3f523560600d1aa2c39eab74756d11243f4752ba",
"vout": 0,
"satoshis": 1,
"lock": "b0a542a4a4707f7b5b48f4c7a45e12bee4f9481a5ad3db250dfd3730f5ff4225",
"origin": "5af82e9c72688270afc9c70a3f523560600d1aa2c39eab74756d11243f4752ba_0",
"ordinal": 0
},
{
"txid": "7ecb6b642cf7e44cf757562fe88f8c51f0bb844e41c6c844eca2b13af8c49ca0",
"vout": 0,
"satoshis": 1,
"lock": "b0a542a4a4707f7b5b48f4c7a45e12bee4f9481a5ad3db250dfd3730f5ff4225",
"origin": "7ecb6b642cf7e44cf757562fe88f8c51f0bb844e41c6c844eca2b13af8c49ca0_0",
"ordinal": 0
}
]https://ordinals.gorillapool.io/api/utxos/address/:address/inscriptionsMethod: GEThttps://ordinals.gorillapool.io/api/utxos/lock/:lock[{
"txid": string,
"vout": number,
"satoshis": number,
"lock": string,
"spend": string,
"origin": string,
"ordinal": number,
}]https://ordinals.gorillapool.io/api/subscribe?address=:address1&address=:address2&lock=:lock1&...const API_HOST = "https://ordinals.gorillapool.io/api/"
const s = new EventSource(`${API_HOST}subscribe?address=${ordAddress}`);
s.onmessage = (e) => {
console.log({ message: e })
}
// s.onopen
// s.onerrorhttps://plugins.whatsonchain.com/api/plugin/main/:txid/:vouthttps://b.map.sv/tx/:txidhttps://b.map.sv/tx/:txid/bmaphttps://b.map.sv/tx/:txid/rawhttps://b.map.sv/tx/:txid/bob