Inscriptions
Endpoints related to Inscription Details.
Endpoints' API-Key-Tier availabilities are written for each endpoint.
To use on testnet4/signet, use your current api-key and send the request to https://testnet.api.bestinslot.xyz / https://signet_api.bestinslot.xyz
Get Inscription Information
Included in: Basic, Pro, Dedicated
GET https://api.bestinslot.xyz/v3/inscription/single_info_id
Returns detailed information about a specific inscription.
Sample query: https://api.bestinslot.xyz/v3/inscription/single_info_id?inscription_id=6d1cefe69ad686d6153bd1a6d34c6d55c6e3162cb2fac9b58a8d9d9e9fda13c6i0
NOTE: last_sale_price, listing prices and collection_floor_price is only available on Pro Tier.
Query Parameters
inscription_id*
string
inscription id
{
"data": {
"inscription_name": "Runestone",
"inscription_id": "5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152ci19",
"inscription_number": 64362443,
"metadata": {
"name": "Runestone"
},
"wallet": "12dSsr8sFs21kpWaD2spSweFmyNzkZ8eRu",
"mime_type": "model/gltf+json",
"media_length": 0,
"genesis_ts": 1710447063,
"genesis_height": 834708,
"genesis_fee": 1345,
"output_value": 546,
"satpoint": "5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152c:20:0",
"last_sale_price": null,
"collection_name": "Runestone",
"collection_slug": "runestone",
"last_transfer_block_height": 834708,
"utxo": "5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152c:20",
"parent_ids": [
"fdb2df5d2b16db1ebcbf09e2d23b3f4e417db44b58e712c99b61f26b52c7cbb5i0"
],
"collection_floor_price": 3950000,
"min_price": null,
"ordswap_price": null,
"magiceden_price": null,
"ordinalswallet_price": null,
"gammaio_price": null,
"nostr_price": null,
"odynals_price": null,
"unisat_price": null,
"ordinalsmarket_price": null,
"okx_price": null,
"content_url": "https://bis-ord-content.fra1.cdn.digitaloceanspaces.com/ordinals/5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152ci19",
"bis_url": "https://bestinslot.xyz/ordinals/inscription/5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152ci19",
"render_url": null,
"byte_size": 0,
"bitmap_number": null,
"delegate": {
"delegate_id": "ed76bf35918948b8b78be0e6397ad4916d926dd3d65679a8b7e67d8699a672a0i0",
"render_url": "https://bis-ord-renders.fra1.cdn.digitaloceanspaces.com/renders/ed76bf35918948b8b78be0e6397ad4916d926dd3d65679a8b7e67d8699a672a0i0.png",
"mime_type": "model/gltf+json",
"content_url": "https://bis-ord-content.fra1.cdn.digitaloceanspaces.com/ordinals/ed76bf35918948b8b78be0e6397ad4916d926dd3d65679a8b7e67d8699a672a0i0",
"bis_url": "https://bestinslot.xyz/ordinals/inscription/ed76bf35918948b8b78be0e6397ad4916d926dd3d65679a8b7e67d8699a672a0i0"
}
},
"block_height": 836798
}Get Batch Inscription Information
Included in: Basic, Pro, Dedicated
POST https://api.bestinslot.xyz/v3/inscription/batch_info
Returns detailed information about several inscriptions (up to 100).
Sample query: url: https://api.bestinslot.xyz/v3/inscription/batch_info data: {"queries":["0", 1, "123", 17458374, -123, 32478238472934]} headers: { "Content-Type":"application/json", "x-api-key":"...." }
NOTE: last_sale_price, listing prices and collection_floor_price is only available on Pro Tier.
Request Body
queries*
JSON Array
can be a list of inscription id, inscription number or location (txid:index), however all types must be the same. Max length is 100.
Get Global Inscription Information
Included in: Basic, Pro, Dedicated
GET https://api.bestinslot.xyz/v3/inscription/global_info
Returns information about global inscriptions.
Sample query: https://api.bestinslot.xyz/v3/inscription/global_info
Request render refresh
Included in: Basic, Pro, Dedicated
GET https://api.bestinslot.xyz/v3/inscription/render_refresh
Requests render refresh for given inscription.
Sample query: https://api.bestinslot.xyz/v3/inscription/render_refresh?inscription_id=8e9cdfb606db7abd839fdbc5eb1678ee60c9d6b1b008790ed1052ddadac12877i71
NOTE: returns already-in-queue or added-to-queue.
Query Parameters
inscription_id*
string
inscription id
Get Inscription Activity
Included in: Pro, Dedicated
GET https://api.bestinslot.xyz/v3/inscription/activity
Returns ordered list of inscribes, sales and transfers of a single inscription.
Sample query: https://api.bestinslot.xyz/v3/inscription/activity?inscription_id=2f1d51c67998d981055e94dba30d3d1199aa9714049801d7cd35c72066c586abi0&activity_filter=7&sort_by=ts&order=desc&offset=0&count=100
Query Parameters
sort_by*
string
ts
order*
string
asc, desc
offset*
int
0 <= offset <= 5k
count*
int
20 <= count <= 100
inscription_id*
string
inscription id
activity_filter*
int
1 -> inscribed 2 -> transferred 4 -> sold combine with or operator (e.g. sold & transferred: 2 | 4 = 6)
Get Inscriptions in Transaction
Included in: Basic, Pro, Dedicated
GET https://api.bestinslot.xyz/v3/inscription/in_transaction
Returns inscription ids that move in a given transaction.
Sample query: https://api.bestinslot.xyz/v3/inscription/in_transaction?tx_id=5c709dbe85c44935384a3d68d10f9212b1ee315bba422cb8b5944803b521a3db
Query Parameters
tx_id*
string
Bitcoin Transaction Id
Get Inscription Activity in Block
Included in: Enterprise, Dedicated with Enterprise Endpoints
GET https://api.bestinslot.xyz/v3/inscription/activity_on_block
Returns the inscription activity on a given block_height
NOTE: block_height at the response is not the queried block height. It is the final indexed block height of our indexer.
Sample query: https://api.bestinslot.xyz/v3/inscription/activity_on_block?block_height=802397
https://api.bestinslot.xyz/v3/inscription/activity_on_block?block_height=802397&sort_by=ts&order=asc&activity_filter=4
Query Parameters
block_height*
int
block height, must not be bigger than current bitcoin block height
order
string
asc, desc
sort_by
string
ts
activity_filter
int
1 -> inscribed 2 -> transferred 4 -> sold combine with or operator (e.g. sold & transferred: 2 | 4 = 6)
Get New Inscriptions in Block
Included in: Enterprise, Dedicated with Enterprise Endpoints
GET https://api.bestinslot.xyz/v3/inscription/new_inscriptions_in_block
Returns the inscriptions that are inscribed in a given block_height
NOTE: block_height at the response is not the queried block height. It is the final indexed block height of our indexer.
Sample query: https://api.bestinslot.xyz/v3/inscription/new_inscriptions_in_block?block_height=802397
Query Parameters
block_height*
int
block height, must not be bigger than current bitcoin block height
Last updated