{
"page": 1,
"page_size": 15,
"address": "tb1pf0tcpgxr30kqhh2gn3pgvr4qyachzm0xxydnfxth5cxlkjl37ugspxp7tm",
"sort": "",
"desc": true,
"crypto_type": "btc"
}
curl --location --request POST 'https://test-api-proxy.ddpurse.com/brc20swap/liquid_history' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 15,
"address": "tb1pf0tcpgxr30kqhh2gn3pgvr4qyachzm0xxydnfxth5cxlkjl37ugspxp7tm",
"sort": "",
"desc": true,
"crypto_type": "btc"
}'
{
"code": 0,
"msg": "string",
"data": {
"items": [
{
"protocol": "string",
"op": "string",
"tick1": "string",
"tick1_amount": "string",
"tick2": "string",
"tick2_amount": "string",
"time_sec": 0,
"status": "string",
"address": "string",
"refundable": true,
"txs": [
{
"tx_id": "string",
"status": "string",
"is_refund": "string"
}
]
}
],
"total": 0
},
"req_id": "string"
}