Glypher offers a comprehensive and reliable inscription indexer API designed for the use of all wallet operators, decentralized applications (dApps), and the wider developer community. This powerful toolset is engineered to facilitate seamless access to inscription data across multiple blockchains, enabling developers to integrate, query, and interact with inscription information efficiently. By leveraging our API, developers can enhance their applications with advanced features such as real-time tracking of inscriptions, detailed analyses, and customized user experiences tailored to the evolving needs of the blockchain ecosystem.

Our API documentation is structured to provide clear, actionable guidance for developers looking to harness the full potential of Glypher's inscription indexer. Whether you're building a wallet that supports a wide array of inscriptions, a dApp seeking to offer innovative services, or a developer keen on exploring the boundaries of blockchain technology, our documentation offers step-by-step instructions, code snippets, and best practices. With Glypher's API, you're equipped to unlock new possibilities, drive greater user engagement, and contribute to the vibrant tapestry of the blockchain community.

Getting an API key

To use the APIs, please request an API_KEY from us by opening a ticket in our official discord https://discord.com/invite/DkVAUkHk9r with your project introduction. 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 X-API-KEY format as follows:

curl --location --request POST 'developer-data-api.glypher.io/api/v1/data/portfolio/token/get-wallet-balance' \
--header 'X-API-KEY: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
  "address": "0x000000000006f291b587f39b6960dd32e31400bf",
  "chain": "ETH",
  "limit": 100,
  "offset": 0
}'