For the complete documentation index, see llms.txt. This page is also available as Markdown.

inBRC Developer Service

Welcome to inBRC Developer Service documentation

Overview

inBRC Developer Service is open to community developers, providing a way to explore the world of BRC-100 protocol stack. You can deploy your own decentralized applications, inscribing services, wallet applications, marketplaces, etc. based on BRC-100 by the Open API we provide.

Getting an API Key

To use the Open API, please feel free to send us an email ([email protected]), and we will send you with an free-plan API KEY.

After receive the API key, please add it to the request header with the Authorization format as follows:

curl -X 'GET' \
  'https://open-api.inbrc.org/v1/indexer/brc100/block/latest' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Endpoint URLs

Network
URL

Mainnet

https://open-api.inbrc.org

Testnet

https://open-api-testnet.inbrc.org

Rate Limits

API Tier
Rate Limit

Free

5 calls/second, limitation: 10,000 calls/day

Standard

10 calls/second, limitation: 100,000 calls/day

If you require a higher limit than the available plans, please Contact Us ([email protected]) for pricing.

Last updated