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. 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 Bitmap Holders

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

Query Parameters

Get Bitmap Inscriptions

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

Query Parameters

Get Bitmap Sales Information

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/bitmap/sales_info Returns sales and volume information about bitmaps. Sample query: https://api.bestinslot.xyz/v3/bitmap/sales_infomarketplace_type=magiceden

Query Parameters

Get Bitmap Market Information

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/bitmap/market_info Returns market information like marketcap, listed count, floor price about bitmaps. Sample query: https://api.bestinslot.xyz/v3/bitmap/market_info

Get Bitmap Listings

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/bitmap/listings Returns ordered list of listings of bitmaps. Sample query: https://api.bestinslot.xyz/v3/bitmap/listings?sort_by=min_price&order=asc&offset=0&count=100

Query Parameters

Get Bitmap Activity

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/bitmap/activity Returns ordered list of inscribes, sales and transfers of bitmaps.
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/bitmap/activity?activity_filter=7&sort_by=ts&order=asc&offset=0&count=100&last_new_satpoint=cc9f10dda7c6e03637ed8205f33067f6d0b20520bb082f500ea33edd5a10ebc5:2:0

Query Parameters