Get All Tickers

Use this interface to obtain basic information of all tickers that has volume.

Get all tickers

GET /brc20swap/eternal/tickers

curl --location --request GET 'https://api.swap.dotwallet.com/brc20swap/external/tickers' \
--header 'Pragma: no-cache' \
--header 'Authorization;' \
--header 'User-Id;' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: api.swap.dotwallet.com' \
--header 'Connection: keep-alive'

FB refers to Fractal Bitcoin;

For Runes, BRC20, and ARC20, tickers are unique;

For CAT20, tickers are not unique, so we add token ID (genesis transaction hash followed by output index) to help distinguish them and display it as ticker:tokenid .

Last updated