Skip to main content
This API has been retired. The hosted endpoints at api.bestinslot.xyz are no longer operated, and new API keys are not being issued.Run OPI (Open Protocol Indexer) instead — our open-source, self-hosted indexer for BRC-20, Bitmap and SNS, with a REST API per module. See the introduction for what it covers and what you need to run it.The pages below are kept online for historical reference only.

Rate Limiting

There were 4 API-Key categories: Basic, Pro, Enterprise and Dedicated. Some endpoints were only available in some plans. Free plan and trial keys were rate limited with daily limits, all other plans used monthly limits. New API keys are no longer issued. 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:

Response Scheme

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