Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

sBTC Bridge API

Mike Cohen edited this page Apr 18, 2023 · 3 revisions

The purpose of the sBTC Bridge API is to collect information from various blockchain sources, aggregate it into a local no sql data base and make it available to the sBTC Bridge Client application - and other applications that may find a use for this data.

The data relates to user initiated sBTC operations;

  • Wrap BTC
  • Unwrap sBTC

And secondary bitcoin and stacks transactions that are initiated in response to these by signers and other elements of the protocol.

The various sources of data include;

  • Bitcoin nodes via rpc and api calls
  • Stacks nodes via rpc and api calls
  • Clarity contract events
Clone this wiki locally