Skip to main content
Retired. These endpoints are no longer served. Run OPI instead — see the introduction. Kept for historical reference.
Endpoints’ API-Key-Tier availabilities are written for each endpoint. NOTE: sub1k and sub10k meta-collection information can be retrieved by using these as slug. 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 collections

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/collections Returns ordered list of collections with detailed information about them. Sample query: https://api.bestinslot.xyz/v3/collection/collections?sort_by=median_number&order=asc&offset=100&count=100
inscription_icon_id may be a URL for some collections
listed_count, floor_price, floor_price_ordswap, floor_price_magiceden, floor_price_ordinalswallet, floor_price_gammaio, floor_price_ordynals, floor_price_ordinalsmarket, floor_price_okx, vol_24h_in_btc, vol_7d_in_btc, sale_cnt_7d, vol_total_in_btc, sale_cnt_total, marketcap is only available on Pro Tier.

Query Parameters

Get Collection Information

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/info Returns detailed information about a specific collection. Sample query: https://api.bestinslot.xyz/v3/collection/info?slug=degods
inscription_icon_id may be a link for some collections

Query Parameters

Get Collection Holders

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/holders Returns an array with holder information. Each entry has a wallet address and collected inscription ids. Sample query: https://api.bestinslot.xyz/v3/collection/holders?slug=degods\ https://api.bestinslot.xyz/v3/collection/holders?slug=degods&sort_by=wallet_addr&order=asc&offset=0&count=100

Query Parameters

Get Collection Inscriptions

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/inscriptions Returns ordered list of inscriptions of a specific collection. Sample query: https://api.bestinslot.xyz/v3/collection/inscriptions?slug=bitcoin-frogs&sort_by=inscr_num&order=asc&offset=100&count=100
last_sale_price is only available on Pro Tier.

Query Parameters

Get Collection Sales Information

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/sales_info Returns sales and volume information about a specific collection. Sample query: https://api.bestinslot.xyz/v3/collection/sales_info?slug=bitcoin-frogs&marketplace_type=magiceden

Query Parameters

Get Collection Market Information

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/market_info Returns market information like marketcap, listed count, floor price about a specific collection. Sample query: https://api.bestinslot.xyz/v3/collection/market_info?slug=omb

Query Parameters

Get Collection Listings

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/listings Returns ordered list of listings of a specific collection. Sample query: https://api.bestinslot.xyz/v3/collection/listings?slug=bitcoin-frogs&sort_by=min_price&order=asc&offset=0&count=100

Query Parameters

Get Collection Activity

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/collection/activity Returns ordered list of inscribes, sales and transfers of a specific collection.
Use last_new_satpoint to continue fetching the activity from where you’ve left off. new_satpoint uniquely addresses a single inscription transfer, so by setting order to asc, and last_new_satpoint to the latest new_satpoint value that you’ve received, you can retrieve the new activities.
Sample query: https://api.bestinslot.xyz/v3/collection/activity?slug=degods&activity_filter=7&sort_by=ts&order=asc&offset=0&count=100&last_new_satpoint=32b63c4844db4f704a8df0cf27fcf6ee966a716ea5410e598fe40734b1a7027f:1:0

Query Parameters