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
x-200:Success
Success
application/json
post
/brc20swap/search_ticksUsed to get the list of available tokens for swapping, adding liquidity, etc.
Swapping
Used for swapping tokens.
Get the complete list of tokens available for swapping, i.e., all tokens that have liquidity pools.
usetype: Use
swap.
Example
Swappable Tokens
Used to get the list of all tokens swappable with a selected token (tick1).
tick1: The name of the selected token.
usetype: Use
gettick2.
Example
Adding Liquidity
Used to get the list of all tokens available for adding liquidity.
usetype: Use
liquid.
Example
Important Notes:
Last updated