Brc20 inscription transfer
Brc20 inscription transfer
application/json
Request Body
requestId string required
chainSymbol string required
ticker string required
from string required
from
to string required
to
inscriptionId string required
Brc20 inscription Id, consisting of the txHash + lowercase letter I + vout index of the UTXO where the inscription is located
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
sinoId string
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"sinoId": "456417158498601"
},
"success": true
}
Loading...