Last updated 1 year ago
Get the tiker list of BRC20 token.
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/brc20/list?start=0&limit=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "start": 0, "total": 0 } }