发送psbt方式兑换的已签名psbt
开发中POST
/brc20swap/send_swap_psbt请求参数
Body 参数application/json
order_id
string
订单id
psbt
string
签名的psbt
示例
{
"order_id": "string",
"psbt": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
tx_id
string
psbt中rawtx的txid
示例
{
"code": 0,
"msg": "string",
"data": {
"tx_id": "string"
}
}
最后修改时间: 2 个月前