Inscribe JSON Content
ordnet_inscribe_jsonCreate and broadcast a JSON inscription to Bitcoin SV in one step. Publish permanent, censorship-resistant data to the blockchain with adjustable fee per byte.
Instructions
Create and broadcast a JSON inscription in one step.
Args:
content (string): JSON content to inscribe
feePerByte (number): Fee per byte (default: 0.2)
Returns: { txid, inscriptionId, viewUrl }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to inscribe on the blockchain | |
| feePerByte | No | Fee per byte in satoshis (default: 0.15) |