Methods
Seven JSON-RPC methods are exposed. Each method has its own page with parameters, return shape, error codes, and a try-it widget that runs the call against a live community node.
| Method | Purpose |
|---|---|
get_block_height | Current chain tip |
get_block | Block header + txid list by height or hash |
get_transaction | Look up a transaction by txid |
get_balance | Spendable balance of an address |
get_address_utxos | Itemize unspent outputs of an address |
get_script_utxos | Itemize UTXOs locked by a non-address script |
send_raw_transaction | Broadcast a signed transaction |