BiS Ordinals & BRC-20 & Runes & Mempool API
  • Ordinals API
  • Reference
    • API Reference
      • Ordinals & BRC-20 & Runes & Bitmap V3 API (mainnet+testnet+signet)
        • Mempool
        • Collections
        • Wallets
        • Inscriptions
        • Sats Names
        • BRC-20
        • Runes
        • Bitmap
        • BIP-322
        • Constants
        • Changelog
  • BRC-20 Indexer Rules
  • Terms of Service for Best in Slot API
Powered by GitBook
On this page
  • Rate Limiting
  • General Usage Information
  • Response Scheme
  • Testnet & Signet API
  • Categories
  1. Reference
  2. API Reference

Ordinals & BRC-20 & Runes & Bitmap V3 API (mainnet+testnet+signet)

PreviousAPI ReferenceNextMempool

Last updated 7 months ago

Rate Limiting

There are 4 API-Key categories: Basic, Pro, Enterprise and Dedicated. Some endpoints are only available in some plans. Rate limit categories can be found on . Free plan and trial key are rate limited with daily limits, all other plans uses monthly limits. All plans require an API-Key so even if you want to use our free plan or trial plan, you should contact us via .

Endpoints' API-Key-Tier availabilities are written for each endpoint in documentation.

Expired API-Keys automatically turn into Free-Tier API Key.

General Usage Information

  • API Key should be sent in x-api-key header.

  • Offset is limited to 5000 for most endpoints. Some endpoints may have increased offset limit or may not have an offset limit (such as brc20/holders), please see the parameter list to check limits.

  • Maximum count value is 100 for most endpoints. Some endpoints may have increased count limit (such as brc20/holders), please see the parameter list to check limits.

  • Offset and count must be a multiple of 20.

An example curl request to brc20/ticker_info with an API Key:

curl --location 'https://api.bestinslot.xyz/v3/brc20/ticker_info?ticker=ordi' \
--header 'x-api-key: xxxx'

Response Scheme

{
    "data": ... ,
    "block_height": 805712
}

Here, block_height in the response indicates the latest indexed block height.

Testnet & Signet API

To use our full API running on Bitcoin Testnet4 or Signet, just use https://testnet.api.bestinslot.xyz or https://signet_api.bestinslot.xyz respectively on your requests. Same API-Keys can be used on testnet4 and signet.

Categories

bestinslot.xyz/api
this form
Mempool
Collections
Wallets
Inscriptions
Sats Names
BRC-20
Runes
Bitmap
BIP-322
Changelog