https://testnet.api.bestinslot.xyz / https://signet_api.bestinslot.xyz
Get collections
Included in: Basic, Pro, DedicatedGET 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
- 200: OK Success
Get Collection Information
Included in: Basic, Pro, DedicatedGET 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
- 200: OK Success
Get Collection Holders
Included in: Basic, Pro, DedicatedGET 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
- 200: OK Success
Get Collection Inscriptions
Included in: Basic, Pro, DedicatedGET 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
- 200: OK Success
Get Collection Sales Information
Included in: Pro, DedicatedGET 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
- 200: OK Success
Get Collection Market Information
Included in: Pro, DedicatedGET 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
- 200: OK Success
Get Collection Listings
Included in: Pro, DedicatedGET 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
- 200: OK Success
Get Collection Activity
Included in: Pro, DedicatedGET 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.
Query Parameters
- 200: OK Success