Inscribe Plain Text
ordnet_inscribe_textCreate and broadcast a permanent plain-text inscription on Bitcoin SV in one step with configurable fee per byte, returning the transaction ID, inscription ID, and view URL.
Instructions
Create and broadcast a plain text inscription in one step.
Args:
content (string): Text 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) |