Alkanes
Alkanes JSON-RPC. Conforms to standard Alkanes / Metashrew interface.
Last updated
Alkanes JSON-RPC. Conforms to standard Alkanes / Metashrew interface.
Last updated
Reference code:
Endpoint URL
https://rpc.rebarlabs.io/alkanes
Protocol
JSON‑RPC 2.0 over HTTPS
Auth
X-Api-Key: <API‑KEY>
header (same key you use elsewhere on Rebar Labs)
getbytecode
Retrieve the raw bytecode for an Alkane contract.
protorunesbyaddress
List proto‑rune objects created or owned by a given address.
transactionbyid
Fetch a full Alkane transaction by txid.
spendablesbyaddress
Return all unspent, spendable outputs controlled by the address.
runesbyaddress
Enumerate finalized rune assets held by the address.
runesbyheight
Stream rune events finalized in a specific Bitcoin block height.
protorunesbyheight
Stream proto‑rune events detected at a given block height.
protorunesbyoutpoint
Inspect proto‑rune state anchored to a particular outpoint.
runesbyoutpoint
Inspect finalized rune state anchored to a particular outpoint.
trace
Execute an internal transaction trace for debugging or simulation.