Transfer Ordinal or Domain
ordnet_transferTransfer an inscription (ordinal, web3 domain, or BSVmap tile) to another BSV address. Verifies the outpoint is unspent and builds the transaction with miner fee only.
Instructions
Transfer an inscription (ordinal, .web3/SNS/OPNS domain, BSVmap tile) to another address.
1SatOrdinals semantics: the inscription outpoint becomes input 0 and the 1-sat output to the recipient becomes output 0 — the sat carries the inscription. The outpoint is verified as unspent via ORDnet's own node before building. Miner fee only.
Args:
inscriptionTxid (string): txid of the inscription outpoint
inscriptionVout (number): output index (usually 0)
to (string): recipient BSV address
Returns: { txid, transferred, to, minerFee, transactionUrl }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient BSV address | |
| inscriptionTxid | Yes | Txid of the inscription outpoint | |
| inscriptionVout | Yes | Output index of the inscription (usually 0) |