• Product Update
  • Posts
  • Maestro releases Node RPC & Inscription APIs for Bitcoin & Dogecoin

Maestro releases Node RPC & Inscription APIs for Bitcoin & Dogecoin

PLUS: X space recap with BitcoinOS and beginner's Runes guide for 2025.

Welcome to another edition of Maestro’s Product Update letter 👋

Our Objective: Providing you with the latest product updates, breaking news, and feature releases, enabling you to unlock the full power of Maestro!

PS. Don’t forget to follow us on X

⚫️ New Release: Bitcoin & Dogecoin Node RPC API 🎉 

25 endpoints now available on Bitcoin and Dogecoin:

  • Detailed Block & Transaction Information

  • Real-time Mempool Transaction Details

  • Transaction Broadcasting & PSBT Decoding

Maestro's enterprise-grade data availability platform is optimized to power your application at any scale 🚀

⚫️ X Space: BitcoinOS and the future of Bitcoin and Cardano interoperability

Founders of BitcoinOS and FluidTokens joined Maestro’s latest Build on Bitcoin X Space to discuss ZK-enabled interoperability between UTxO chains.

The discussion explored the benefits of UTxO ledgers and what can be unlocked in the future. BitcoinOS is more than a bridge, it’s a paradigm shift in cross-chain communication and potentially a massive leap for the Bitcoin and Cardano ecosystems!

http://Missed the space? Don’t worry, the recording is available here.

⚫️ New Release: Bitcoin & Dogecoin Inscription APIs

Now available, powerful Inscription APIs for Bitcoin & Dogecoin builders

  • ➡️ Inscription Info: Access individual inscription details

  • ➡️ Content by Inscription: Full content tied to an inscription ID

  • ➡️ Inscriptions by Address: All inscriptions at a Bitcoin address

These endpoints extend our suite of dev-friendly APIs, offering you the tools you need to build and scale your app with ease.

Learn how to use Maestro’s suite of advanced blockchain services and supercharge your developer journey:

👉 QuickStart guide to make your first API request

👉 Bitcoin Inscription API Reference

👉 Dogecoin Inscription API Reference

⚫️ New Blog: What Are Runes on Bitcoin? A Beginner's Guide for 2025

As we venture into 2025, Bitcoin Runes stands at the forefront of Bitcoin's evolution. This protocol represents more than just another token standard – it's a fundamental shift in how we think about Bitcoin's capabilities and future potential.

Ready to dive deeper into the Runes ecosystem?

Whether you're building the next revolutionary DeFi protocol or looking to participate in Bitcoin's growing token economy, this guide is for you.

Full blogpost here

API Changelog

v0.2

API Version

Bitcoin & Dogecoin

ADDED - Inscription APIs

  • /addresses/{address}/inscriptions

    • List of all inscriptions which reside at a specific address of script pubkey

  • /assets/inscriptions/{inscription_id} 

    • Information about an inscription

  • /assets/inscriptions/{inscription_id}/content_body 

    • Paginated response of inscription content body byte array

ADDED - RPC Node APIs

  • /rpc/block/* 

    • endpoints moved to Node RPC folder

  • /rpc/mempool/* 

    • endpoints moved to Node RPC folder

  • /rpc/transaction/*

    • endpoints moved to Node RPC folder