Get Token List
Header parameters
AuthorizationstringOptional
token
User-IdstringOptional
Body
pageintegerRequired
page_sizeintegerRequired
keywordstringOptional
addressstringOptional
usetypestringRequired
deposit/liquid/swap/gettick2/withdraw
tick1stringOptional
coin_typestringRequired
Responses
200
Success
application/json
codeintegerRequired
msgstringRequired
req_idstringRequired
x-200:Success
Success
application/json
post/brc20swap/search_ticks
POST /brc20swap/search_ticks HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 64
{
"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"
}Swapping
Example
Swappable Tokens
Adding Liquidity
Important Notes:
Last updated