UniSat Developer Center

Welcome to UniSat Developer Center documentation

Please read Developer Service Legal Disclaimer before using the OpenAPI below.

Overview

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.

Getting an API Key

To use the OpenAPI, please register and log in at the UniSat Developer Center. Once registered, you can directly obtain a free-plan API key through the developer center.

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'

Endpoint URLs

Rate Limits

If you require higher limits than those provided by our free plan, you can directly purchase a higher-tier plan through the UniSat Developer Center.

Issues & Feature Requests

For issue reports and feature requests, please visit the repository below:

Last updated