Last updated 4 months ago
Get the tiker list of BRC20 token.
Start offset
0
Number of inscriptions returned
16
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/indexer/brc20/list?start=1&limit=1' \ --header 'Authorization: Bearer JWT'
{ "code": 0, "msg": "OK", "data": { "detail": [ "text" ], "start": 1, "total": 1 } }