Get All Tickers

Get all tickers

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

GET /brc20swap/eternal/tickers

curl --location --request GET 'https://api.dotswap.app/brc20swap/external/tickers' \
--header 'Pragma: no-cache' \
--header 'Authorization;' \
--header 'User-Id;' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: api.dotswap.app' \
--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

Was this helpful?