inBRC | BRC-100 Indexer
inBRCTestnet100SwapBRC-100
  • inBRC Introduction
  • inBRC Developer Service
    • BRC-100 Indexer
      • Get Latest Block
      • Get BRC-100 Address Balances
      • Get BRC-100 Address Balance
      • Get BRC-100 User State
      • Get BRC-100 Tokens
      • Get BRC-100 Token
      • Get BRC-100 Token History
      • Get BRC-100 Address History
    • inBRC Marketplace
      • Get BRC-100 Marketplace Tokens
      • Get BRC-100 Marketplace Token
    • BRC-100 Extension Protocols Indexer
      • BRC-101
      • BRC-102
    • inBRC Inscribe
  • inBRC $ins Tokenomics
  • inBRC Links
  • BRC-100 Protocol Stack
    • Introduction
      • Design Principles
      • Concepts
    • BRC-100 Protocol
Powered by GitBook
On this page
  • Overview
  • Getting an API Key
  • Endpoint URLs
  • Rate Limits

inBRC Developer Service

Welcome to inBRC Developer Service documentation

PreviousinBRC IntroductionNextBRC-100 Indexer

Last updated 1 year ago

Overview

inBRC Developer Service is open to community developers, providing a way to explore the world of . 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 (contact@inbrc.org), 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 (contact@inbrc.org) for pricing.

BRC-100 protocol stack