inBRC Developer Service
Welcome to inBRC Developer Service documentation
Last updated
Welcome to inBRC Developer Service documentation
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.
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'Mainnet
https://open-api.inbrc.org
Testnet
https://open-api-testnet.inbrc.org
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