Get Token List
POST /brc20swap/search_ticks
Used 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
.
Note: Only tokens with injected liquidity pools can be swapped.
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:
The query interface for RUNES, BRC20, and ARC20 is the same; only the coin_type
is different.
Last updated