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-keyheader. - 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.
brc20/ticker_info with an API Key:
Response Scheme
Testnet & Signet API
To use our full API running on Bitcoin Testnet4 or Signet, just usehttps://testnet.api.bestinslot.xyz or https://signet_api.bestinslot.xyz respectively on your requests. Same API-Keys can be used on testnet4 and signet.