Comment on page
UniSat Developer Service
Welcome to UniSat Developer Service documentation
UniSat Developer Service is open to community developers, allowing you to explore the world of Bitcoin and ordinals. You can deploy your own inscribing services, build wallet applications, develop browsers, and much more using the API.
To use the OpenAPI, please feel free to send us([email protected]) an email, and we will send you with an free-plan API KEY.
When you obtain the API key, please add it to the request header with the
Authorization
format as follows:curl -X 'GET' \
'https://open-api.unisat.io/v1/indexer/blockchain/info' \
-H 'accept: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY'
Network | URL | Swagger |
---|---|---|
Mainnet | https://open-api.unisat.io
https://open-api-s1.unisat.io (Only WhiteList)
| |
Testnet | https://open-api-testnet.unisat.io |
API Tier | Rate Limit |
---|---|
Free | 5 calls/second , up to 10,000 calls/day |
Standard | 10 calls/second , up to 100,000 calls/day |
If you require a higher limit than the available plans, kindly Contact Us([email protected]) for pricing of dedicated plans.
Last modified 9d ago