Last updated 1 month ago
Default Response
const response = await fetch('https://open-api-fractal.unisat.io/v1/collection-indexer/collection/list?start=0&limit=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "text", "data": { "total": 0, "list": [ { "height": 0, "holders": 0, "totalItems": 0 } ] } }