{
"order_id": "string",
"psbt": "string",
"checksum": "string",
"to_sign_inputs": [
{
"index": 0,
"type": "string"
}
]
}
curl --location --request POST 'https://test-api-proxy.ddpurse.com/brc20swap/v2/remove_liquid_by_psbt' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "string",
"psbt": "string",
"checksum": "string",
"to_sign_inputs": [
{
"index": 0,
"type": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": null,
"req_id": "string"
}