{
"page": 1,
"page_size": 30,
"usetype": "liquid",
"coin_type": "runes"
}
curl --location --request POST 'https://test-api-proxy.ddpurse.com/brc20swap/search_ticks' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 30,
"usetype": "liquid",
"coin_type": "runes"
}'
{
"code": 0,
"msg": "",
"data": {
"total": 1,
"items": [
{
"tick": "SHE•SHE•SHE•SHE•SHE",
"coin_type": "runes",
"icon": "S",
"holder_count": 2,
"mint_percent": "0",
"balance": "",
"divisibility": 0,
"non_removable": false,
"tick_id": ""
}
],
"has_next": false
},
"req_id": "1887716234576175104"
}