Register OPNS Domain
ordnet_domain_register_opnsRegister OPNS domain names on the Bitcoin SV blockchain by specifying a name, extension, and optional fee. Obtain the transaction ID, inscription ID, and domain details.
Instructions
Quick registration of an OPNS domain.
Args:
name (string): Domain name without extension
extension (string): Extension (default: .sats)
feePerByte (number): Fee per byte (default: 0.2)
Returns: { txid, inscriptionId, domain }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Domain name to register (without extension) | |
| extension | No | Domain extension (default: .sats) | .sats |
| feePerByte | No | Fee per byte in satoshis |